Running with gitlab-runner 12.0.2 (d0b76032)  on emba-docker-runner 2oEDrUT7 section_start:1698278638:prepare_executor Using Docker executor with image docker:19.03.12 ... Pulling docker image docker:19.03.12 ... Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 ... section_end:1698278643:prepare_executor section_start:1698278643:prepare_script Running on runner-2oEDrUT7-project-1-concurrent-2 via emba.gnu.org... section_end:1698278647:prepare_script section_start:1698278647:get_sources $ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/emacs/emacs/.git/ From https://emba.gnu.org/emacs/emacs * [new ref] 70e25298f160ffec62e363056904b6238a87d4e0 -> refs/pipelines/26922 8d2a04f..70e2529 master -> origin/master Checking out 70e25298 as master... Removing test-lisp-term-inotify-8c3b0668/ Skipping Git submodules setup section_end:1698278670:get_sources section_start:1698278670:restore_cache section_end:1698278678:restore_cache section_start:1698278678:download_artifacts section_end:1698278686:download_artifacts section_start:1698278686:build_script $ docker info Client: Debug Mode: false Server: Containers: 31 Running: 5 Paused: 0 Stopped: 26 Images: 14 Server Version: 20.10.21 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-213-generic Operating System: Trisquel GNU/Linux Etiona (9.0.2) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.789GiB Name: emba.gnu.org ID: X47L:JFLM:IP7X:AN3A:6FS4:N5DF:SGWZ:KSYJ:GQ2L:ZEKB:GUXD:3IZT Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false WARNING: No swap limit support $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-70e25298f160ffec62e363056904b6238a87d4e0/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.46kB 0.1s done #1 DONE 0.3s #2 [internal] load .dockerignore #2 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: #2 transferring context: 2B done #2 DONE 0.5s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.5s #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: 23.70MB 3.9s #7 transferring context: 51.04MB 8.9s #7 transferring context: 84.65MB 13.9s #7 transferring context: 112.77MB 19.0s #7 transferring context: 127.80MB 25.1s #7 transferring context: 147.32MB 30.1s #7 transferring context: 157.84MB 35.2s #7 transferring context: 178.64MB 40.3s #7 transferring context: 191.67MB 45.3s #7 transferring context: 215.44MB 50.3s #7 transferring context: 236.18MB 55.3s #7 transferring context: 258.86MB 60.7s #7 transferring context: 271.98MB 66.1s #7 transferring context: 277.88MB 73.7s #7 transferring context: 300.08MB 78.9s #7 transferring context: 315.31MB 82.4s done #7 DONE 83.5s #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 71.6s #9 [emacs-gnustep 3/6] WORKDIR /checkout #9 DONE 0.8s #10 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #10 2.802 Checking whether you have the necessary tools... #10 2.802 (Read INSTALL.REPO for more details on building Emacs) #10 2.816 Checking for autoconf (need at least version 2.65) ... ok #10 2.974 Your system has the required tools. #10 3.012 Building aclocal.m4 ... #10 3.020 Running 'autoreconf -fi -I m4' ... #10 43.09 Building 'aclocal.m4' in exec ... #10 43.10 Running 'autoreconf -fi' in exec ... #10 52.68 You can now run './autogen.sh git'. #10 DONE 55.5s #11 [emacs-gnustep 5/6] RUN ./configure --with-ns #11 6.933 checking for xcrun... no #11 6.934 checking for GNU Make... make #11 7.045 checking build system type... x86_64-pc-linux-gnu #11 7.770 checking host system type... x86_64-pc-linux-gnu #11 7.901 checking for gcc... gcc #11 8.237 checking whether the C compiler works... yes #11 8.681 checking for C compiler default output file name... a.out #11 8.693 checking for suffix of executables... #11 9.209 checking whether we are cross compiling... no #11 9.654 checking for suffix of object files... o #11 9.925 checking whether we are using the GNU C compiler... yes #11 10.14 checking whether gcc accepts -g... yes #11 10.41 checking for gcc option to enable C11 features... none needed #11 11.12 checking whether the compiler is clang... no #11 11.43 checking for compiler option needed when checking for declarations... none #11 11.43 checking whether gcc and cc understand -c and -o together... yes #11 12.64 checking how to run the C preprocessor... gcc -E #11 13.26 checking for grep that handles long lines and -e... /bin/grep #11 13.29 checking for egrep... /bin/grep -E #11 13.35 checking for ANSI C header files... yes #11 14.69 checking for sys/types.h... yes #11 15.11 checking for sys/stat.h... yes #11 15.44 checking for stdlib.h... yes #11 15.81 checking for string.h... yes #11 16.21 checking for memory.h... yes #11 16.67 checking for strings.h... yes #11 17.14 checking for inttypes.h... yes #11 17.68 checking for stdint.h... yes #11 18.17 checking for unistd.h... yes #11 18.69 checking for wchar.h... yes #11 19.16 checking for minix/config.h... no #11 19.51 checking for linux/fs.h... yes #11 19.99 checking for malloc.h... yes #11 20.64 checking for sys/systeminfo.h... no #11 21.04 checking for sys/sysinfo.h... yes #11 21.55 checking for coff.h... no #11 22.11 checking for pty.h... yes #11 22.67 checking for sys/resource.h... yes #11 23.06 checking for sys/utsname.h... yes #11 23.38 checking for pwd.h... yes #11 23.77 checking for util.h... no #11 24.18 checking for sanitizer/lsan_interface.h... yes #11 24.62 checking for sanitizer/asan_interface.h... yes #11 25.09 checking for sanitizer/common_interface_defs.h... yes #11 25.80 checking for sys/socket.h... yes #11 26.26 checking for stdlib.h... (cached) yes #11 26.42 checking for unistd.h... (cached) yes #11 26.55 checking for sys/param.h... yes #11 27.11 checking for pthread.h... yes #11 27.67 checking for malloc/malloc.h... no #11 27.99 checking for sys/un.h... yes #11 28.39 checking for utmp.h... yes #11 28.86 checking for utmpx.h... yes #11 29.25 checking for OS.h... no #11 29.62 checking for dirent.h... yes #11 30.08 checking for execinfo.h... yes #11 30.56 checking for linux/xattr.h... yes #11 30.96 checking for stdio_ext.h... yes #11 31.39 checking for sys/vfs.h... yes #11 31.88 checking for sys/fs_types.h... no #11 32.20 checking for getopt.h... yes #11 32.62 checking for sys/cdefs.h... yes #11 32.96 checking for sys/time.h... yes #11 33.41 checking for ieee754.h... yes #11 33.72 checking for limits.h... yes #11 34.11 checking for inttypes.h... (cached) yes #11 34.11 checking for sys/types.h... (cached) yes #11 34.13 checking for stdint.h... (cached) yes #11 34.22 checking for sys/select.h... yes #11 34.59 checking for stdbool.h... yes #11 34.93 checking for stdckdint.h... no #11 35.27 checking for sys/random.h... yes #11 35.63 checking for sys/stat.h... (cached) yes #11 35.67 checking whether it is safe to define __EXTENSIONS__... yes #11 35.89 checking whether _XOPEN_SOURCE should be defined... no #11 36.14 checking for Minix Amsterdam compiler... no #11 36.30 checking for ar... ar #11 36.30 checking for ranlib... ranlib #11 36.31 checking for gcc option to enable large file support... none needed #11 36.85 checking for gcc option for timestamps after 2038... none needed #11 37.04 checking for g++... g++ #11 37.34 checking whether we are using the GNU C++ compiler... yes #11 37.59 checking whether g++ accepts -g... yes #11 37.76 checking for g++ option to enable C++11 features... none needed #11 100.7 checking how to run the C++ preprocessor... g++ -E #11 101.3 checking whether gcc accepts -g3 -O2... yes #11 101.8 checking whether the compiler is clang... no #11 102.1 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 102.3 checking whether -Wno-missing-field-initializers is needed... yes #11 103.0 checking whether -Wuninitialized is supported... yes #11 103.3 checking whether C compiler handles -fstrict-flex-arrays... no #11 103.6 checking whether C compiler handles -Wall... yes #11 104.2 checking whether C compiler handles -Warith-conversion... yes #11 104.9 checking whether C compiler handles -Wdate-time... yes #11 105.5 checking whether C compiler handles -Wdisabled-optimization... yes #11 106.0 checking whether C compiler handles -Wdouble-promotion... yes #11 106.4 checking whether C compiler handles -Wduplicated-cond... yes #11 106.8 checking whether C compiler handles -Wextra... yes #11 107.3 checking whether C compiler handles -Wformat-signedness... yes #11 107.8 checking whether C compiler handles -Winit-self... yes #11 108.4 checking whether C compiler handles -Winvalid-pch... yes #11 109.6 checking whether C compiler handles -Wlogical-op... yes #11 110.0 checking whether C compiler handles -Wmissing-declarations... yes #11 110.6 checking whether C compiler handles -Wmissing-include-dirs... yes #11 111.0 checking whether C compiler handles -Wmissing-prototypes... yes #11 111.7 checking whether C compiler handles -Wnested-externs... yes #11 112.0 checking whether C compiler handles -Wnull-dereference... yes #11 112.5 checking whether C compiler handles -Wold-style-definition... yes #11 113.2 checking whether C compiler handles -Wopenmp-simd... yes #11 113.8 checking whether C compiler handles -Wpacked... yes #11 114.3 checking whether C compiler handles -Wpointer-arith... yes #11 114.9 checking whether C compiler handles -Wstrict-flex-arrays... no #11 115.2 checking whether C compiler handles -Wstrict-prototypes... yes #11 115.8 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 116.2 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 116.6 checking whether C compiler handles -Wsuggest-final-methods... yes #11 117.2 checking whether C compiler handles -Wsuggest-final-types... yes #11 117.7 checking whether C compiler handles -Wtrampolines... yes #11 118.4 checking whether C compiler handles -Wuninitialized... yes #11 119.0 checking whether C compiler handles -Wunknown-pragmas... yes #11 119.5 checking whether C compiler handles -Wunused-macros... yes #11 120.2 checking whether C compiler handles -Wvariadic-macros... yes #11 120.7 checking whether C compiler handles -Wvector-operation-performance... yes #11 121.2 checking whether C compiler handles -Wwrite-strings... yes #11 121.6 checking whether C compiler handles -Warray-bounds=2... yes #11 122.3 checking whether C compiler handles -Wattribute-alias=2... yes #11 122.8 checking whether C compiler handles -Wformat=2... yes #11 123.5 checking whether C compiler handles -Wformat-truncation=2... yes #11 123.9 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 124.5 checking whether C compiler handles -Wshift-overflow=2... yes #11 125.4 checking whether C compiler handles -Wuse-after-free=3... no #11 125.6 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 126.4 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 127.1 checking whether C compiler handles -Wredundant-decls... yes #11 127.7 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 127.7 checking whether C compiler handles -Wno-override-init... yes #11 128.3 checking whether C compiler handles -Wno-sign-compare... yes #11 128.7 checking whether C compiler handles -Wno-type-limits... yes #11 129.3 checking whether C compiler handles -Wno-unused-parameter... yes #11 129.7 checking whether C compiler handles -Wno-format-nonliteral... yes #11 130.3 checking whether C compiler handles -Wno-bidi-chars... no #11 130.5 checking for a BSD-compatible install... /usr/bin/install -c #11 130.6 checking command to symlink files in the same directory... ln -s #11 130.6 checking for install-info... : #11 130.6 checking for gzip... /bin/gzip #11 130.6 checking for 'find' args to delete a file... -delete #11 130.7 checking for brew... no #11 131.7 checking for -znocombreloc... not needed #11 131.7 checking whether addresses are sanitized... no #11 131.9 checking for math library... -lm #11 134.0 checking for struct passwd.pw_gecos... yes #11 134.3 checking for pkg-config... /usr/bin/pkg-config #11 134.3 checking pkg-config is at least version 0.9.0... yes #11 134.4 checking for machine/soundcard.h... no #11 134.6 checking for sys/soundcard.h... yes #11 135.0 checking for soundcard.h... no #11 135.2 checking for mmsystem.h... no #11 135.4 checking for _oss_ioctl in -lossaudio... no #11 135.8 checking for alsa >= 1.0.0... no #11 135.9 checking for ADDR_NO_RANDOMIZE... yes #11 136.2 checking if Linux sysinfo may be used... yes #11 137.0 checking for sys/wait.h that is POSIX.1 compatible... yes #11 137.2 checking for net/if.h... yes #11 137.7 checking for ifaddrs.h... yes #11 138.2 checking for net/if_dl.h... no #11 138.5 checking for struct ifreq.ifr_flags... yes #11 139.0 checking for struct ifreq.ifr_hwaddr... yes #11 139.8 checking for struct ifreq.ifr_netmask... yes #11 140.9 checking for struct ifreq.ifr_broadaddr... yes #11 142.0 checking for struct ifreq.ifr_addr... yes #11 143.2 checking for struct ifreq.ifr_addr.sa_len... no #11 144.0 checking whether gcc understands -MMD -MF... yes #11 144.4 checking for X... no #11 145.2 checking AppKit/AppKit.h usability... yes #11 150.7 checking AppKit/AppKit.h presence... yes #11 151.9 checking for AppKit/AppKit.h... yes #11 151.9 checking for Mac OS X 12.0 or later... yes #11 152.1 checking for gcc... gcc #11 152.5 checking whether we are using the GNU Objective C compiler... yes #11 152.7 checking whether gcc accepts -g... yes #11 152.9 checking if the Objective C compiler supports instancetype... yes #11 153.1 checking if the Objective C compiler defaults to C99... no #11 153.3 checking whether malloc is Doug Lea style... no #11 153.6 checking for sbrk... yes #11 154.2 checking for __lsan_ignore_object... no #11 154.7 checking for fchmod... yes #11 155.4 checking for utmpname... yes #11 156.1 checking for utmpxname... yes #11 156.8 checking for canonicalize_file_name... yes #11 157.4 checking for realpath... yes #11 158.1 checking for lstat... yes #11 158.7 checking for fchmodat... yes #11 159.2 checking for lchmod... no #11 159.5 checking for fcntl... yes #11 160.0 checking for fdopendir... yes #11 160.6 checking for listxattr... yes #11 161.1 checking for fstatat... yes #11 161.8 checking for fsync... yes #11 162.6 checking for gettimeofday... yes #11 163.2 checking for memset_explicit... no #11 163.9 checking for memset_s... no #11 164.5 checking for pselect... yes #11 165.1 checking for readlink... yes #11 165.7 checking for isblank... yes #11 166.4 checking for iswctype... yes #11 166.8 checking for strtoimax... yes #11 167.4 checking for symlink... yes #11 167.9 checking for localtime_r... yes #11 168.6 checking for getdtablesize... yes #11 169.2 checking for getpagesize... yes #11 169.6 checking for working mmap... yes #11 170.5 checking for main in -lXbsd... no #11 170.8 checking for pthread library... -lpthread #11 172.2 checking for thread support... yes #11 172.2 checking for librsvg-2.0 >= 2.14.0... no #11 172.3 checking for libwebpdemux >= 0.6.0... no #11 172.3 checking for WebPGetInfo... no #11 173.1 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #11 173.2 checking for sqlite3_open_v2 in -lsqlite3... no #11 173.6 checking for getaddrinfo_a in -lanl... yes #11 174.1 checking for malloc_trim... yes #11 174.6 checking for dbus-1 >= 1.0... yes #11 174.7 checking for dbus_watch_get_unix_fd... yes #11 175.4 checking for dbus_type_is_valid... yes #11 176.0 checking for dbus_validate_bus_name... yes #11 176.7 checking for dbus_validate_path... yes #11 177.4 checking for dbus_validate_interface... yes #11 178.4 checking for dbus_validate_member... yes #11 179.2 checking for lgetfilecon in -lselinux... no #11 179.4 checking for gnutls >= 2.12.2... yes #11 179.6 checking for libsystemd >= 222... no #11 179.6 checking for jansson >= 2.7... no #11 179.7 checking for tree-sitter >= 0.20.2... no #11 179.8 checking for tree-sitter >= 0.6.3... no #11 179.9 checking sys/inotify.h usability... yes #11 180.3 checking sys/inotify.h presence... yes #11 180.5 checking for sys/inotify.h... yes #11 180.5 checking for inotify_init1... yes #11 181.2 checking for jpeglib 6b or later... no #11 181.7 checking for lcms2... no #11 181.8 checking for library containing inflateEnd... -lz #11 182.8 checking for dladdr... yes #11 183.3 checking for dlfunc... no #11 183.9 checking for libpng >= 1.0.0... no #11 184.0 checking for libpng not configured by pkg-config... no #11 184.2 checking tiffio.h usability... no #11 184.6 checking tiffio.h presence... no #11 184.7 checking for tiffio.h... no #11 184.7 checking gif_lib.h usability... no #11 184.9 checking gif_lib.h presence... no #11 185.1 checking for gif_lib.h... no #11 185.1 checking gpm.h usability... no #11 185.5 checking gpm.h presence... no #11 185.6 checking for gpm.h... no #11 185.7 checking for libxml-2.0 > 2.6.17... no #11 185.7 checking for maillock in -lmail... no #11 186.2 checking for maillock in -llockfile... no #11 186.6 checking for liblockfile.so... no #11 186.6 checking maillock.h usability... no #11 187.0 checking maillock.h presence... no #11 187.2 checking for maillock.h... no #11 187.2 checking linux/seccomp.h usability... yes #11 187.7 checking linux/seccomp.h presence... yes #11 187.9 checking for linux/seccomp.h... yes #11 188.0 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 188.2 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 188.6 checking linux/filter.h usability... yes #11 188.9 checking linux/filter.h presence... yes #11 189.0 checking for linux/filter.h... yes #11 189.0 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 189.1 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 189.1 checking for libseccomp >= 2.5.2... no #11 189.1 checking size of long... 8 #11 189.7 checking for accept4... yes #11 190.0 checking for fchdir... yes #11 190.4 checking for gethostname... yes #11 190.7 checking for getrusage... yes #11 191.0 checking for get_current_dir_name... yes #11 191.5 checking for lrand48... yes #11 191.9 checking for random... yes #11 192.3 checking for rint... yes #11 192.9 checking for tcdrain... yes #11 193.8 checking for trunc... yes #11 195.6 checking for select... yes #11 196.0 checking for getpagesize... (cached) yes #11 196.1 checking for setlocale... yes #11 197.4 checking for newlocale... yes #11 197.9 checking for getrlimit... yes #11 198.4 checking for setrlimit... yes #11 199.4 checking for shutdown... yes #11 200.1 checking for pthread_sigmask... (cached) yes #11 200.2 checking for strsignal... yes #11 200.9 checking for setitimer... yes #11 201.4 checking for sendto... yes #11 202.2 checking for recvfrom... yes #11 203.1 checking for getsockname... yes #11 203.7 checking for getifaddrs... yes #11 204.2 checking for freeifaddrs... yes #11 204.7 checking for gai_strerror... yes #11 205.3 checking for sync... yes #11 207.1 checking for endpwent... yes #11 207.9 checking for getgrent... yes #11 208.6 checking for endgrent... yes #11 209.2 checking for renameat2... yes #11 209.7 checking for cfmakeraw... yes #11 210.2 checking for cfsetspeed... yes #11 210.9 checking for __executable_start... yes #11 211.4 checking for log2... yes #11 212.2 checking for pthread_setname_np... yes #11 212.8 checking for pthread_set_name_np... no #11 213.4 checking for getpwent... yes #11 214.0 checking whether pthread_setname_np takes a single argument... no #11 214.3 checking whether pthread_setname_np takes three arguments... no #11 214.7 checking for aligned_alloc... yes #11 215.4 checking whether aligned_alloc is declared... yes #11 215.8 checking for posix_madvise... yes #11 216.5 checking for madvise... yes #11 217.2 checking for __builtin_frame_address... yes #11 217.7 checking for __builtin_unwind_init... yes #11 218.2 checking for _LARGEFILE_SOURCE value needed for large files... no #11 218.6 checking for grantpt... yes #11 219.1 checking for getpt... yes #11 219.7 checking for posix_openpt... yes #11 220.2 checking for library containing tputs... -ltinfo #11 220.8 checking whether -ltinfo library defines BC... yes #11 221.1 checking for timerfd interface... yes #11 221.3 checking whether signals can be handled on alternate stack... yes #11 221.9 checking valgrind/valgrind.h usability... no #11 222.2 checking valgrind/valgrind.h presence... no #11 222.3 checking for valgrind/valgrind.h... no #11 222.3 checking for struct unipair.unicode... yes #11 222.5 checking for pid_t... yes #11 223.2 checking vfork.h usability... no #11 223.6 checking vfork.h presence... no #11 223.8 checking for vfork.h... no #11 223.8 checking for fork... yes #11 225.3 checking for vfork... yes #11 225.6 checking for working fork... yes #11 226.3 checking for working vfork... (cached) yes #11 226.3 checking for snprintf... yes #11 227.1 checking for open_memstream... yes #11 227.7 checking spawn.h usability... yes #11 228.2 checking spawn.h presence... yes #11 228.3 checking for spawn.h... yes #11 228.3 checking for posix_spawn... yes #11 229.0 checking for posix_spawn_file_actions_addchdir... no #11 229.6 checking for posix_spawn_file_actions_addchdir_np... yes #11 230.1 checking for posix_spawnattr_setflags... yes #11 230.6 checking whether POSIX_SPAWN_SETSID is declared... yes #11 231.0 checking whether GLib is linked in... no #11 231.3 checking for nl_langinfo and CODESET... yes #11 231.9 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 232.2 checking for mbstate_t... yes #11 232.6 checking for signals via characters... yes #11 232.8 checking for _setjmp... yes #11 233.0 checking for sigsetjmp... yes #11 233.4 checking POSIX termios... yes #11 233.8 checking size of speed_t... 4 #11 234.4 checking for usable FIONREAD... yes #11 234.7 checking for usable SIGIO... yes #11 234.9 checking for struct alignment... yes #11 235.1 checking for C/C++ restrict keyword... __restrict__ #11 235.3 checking for typeof syntax and keyword spelling... typeof #11 235.5 checking for statement expressions... yes #11 235.7 checking whether malloc (0) returns nonnull... yes #11 236.0 checking sys/acl.h usability... yes #11 236.4 checking sys/acl.h presence... yes #11 236.5 checking for sys/acl.h... yes #11 236.6 checking for library containing acl_get_file... -lacl #11 237.5 checking for acl_get_file... yes #11 238.0 checking for acl_get_fd... yes #11 238.4 checking for acl_set_file... yes #11 238.9 checking for acl_set_fd... yes #11 239.5 checking for acl_free... yes #11 239.9 checking for acl_from_mode... yes #11 240.3 checking for acl_from_text... yes #11 240.7 checking for acl_delete_def_file... yes #11 241.2 checking for acl_extended_file... yes #11 241.9 checking for acl_delete_fd_np... no #11 242.5 checking for acl_delete_file_np... no #11 243.0 checking for acl_copy_ext_native... no #11 243.5 checking for acl_create_entry_np... no #11 243.9 checking for acl_to_short_text... no #11 244.2 checking for acl_free_text... no #11 244.6 checking for working acl_get_file... yes #11 245.1 checking acl/libacl.h usability... yes #11 245.5 checking acl/libacl.h presence... yes #11 245.6 checking for acl/libacl.h... yes #11 245.6 checking for acl_entries... yes #11 246.1 checking for ACL_FIRST_ENTRY... yes #11 246.2 checking for ACL_TYPE_EXTENDED... no #11 246.4 checking for working alloca.h... yes #11 246.7 checking for alloca... yes #11 247.1 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 247.1 checking whether the preprocessor supports include_next... yes #11 247.3 checking whether source code line length is unlimited... yes #11 247.4 checking whether endutent is declared... yes #11 247.6 checking for struct utmpx.ut_user... yes #11 247.9 checking for struct utmp.ut_user... yes #11 248.5 checking for struct utmpx.ut_name... yes #11 248.8 checking for struct utmp.ut_name... yes #11 249.0 checking for struct utmpx.ut_type... yes #11 249.4 checking for struct utmp.ut_type... yes #11 249.6 checking for struct utmpx.ut_pid... yes #11 250.0 checking for struct utmp.ut_pid... yes #11 250.4 checking for struct utmp.ut_tv... yes #11 251.1 checking for struct utmpx.ut_host... yes #11 251.6 checking for struct utmp.ut_host... yes #11 252.0 checking for struct utmpx.ut_id... yes #11 252.5 checking for struct utmp.ut_id... yes #11 252.9 checking for struct utmpx.ut_session... yes #11 253.4 checking for struct utmp.ut_session... yes #11 253.9 checking for struct utmpx.ut_exit... yes #11 254.4 checking for struct utmp.ut_exit... yes #11 255.0 checking for struct utmpx.ut_exit.ut_exit... no #11 255.7 checking for struct utmpx.ut_exit.e_exit... yes #11 256.0 checking for struct utmp.ut_exit.e_exit... yes #11 256.4 checking for struct utmpx.ut_exit.ut_termination... no #11 256.9 checking for struct utmpx.ut_exit.e_termination... yes #11 257.4 checking for struct utmp.ut_exit.e_termination... yes #11 258.0 checking whether sysinfo is declared... yes #11 258.3 checking for sys/sysctl.h... yes #11 258.8 checking for sysctl... yes #11 259.2 checking whether lstat correctly handles trailing slash... yes #11 259.9 checking whether // is distinct from /... no #11 259.9 checking whether realpath works... yes #11 260.8 checking for faccessat... yes #11 261.3 checking for getcwd... yes #11 261.7 checking whether byte ordering is bigendian... no #11 262.5 checking if environ is properly declared... yes #11 262.8 checking for complete errno.h... yes #11 263.1 checking whether ctype.h defines __header_inline... no #11 263.3 checking for mode_t... yes #11 264.1 checking whether strmode is declared... no #11 264.4 checking whether getline is declared... yes #11 264.9 checking for gawk... no #11 264.9 checking for mawk... mawk #11 264.9 checking for getopt.h... (cached) yes #11 264.9 checking for getopt_long_only... yes #11 265.2 checking whether getopt is POSIX compatible... yes #11 266.6 checking for working GNU getopt function... yes #11 267.5 checking for working GNU getopt_long function... yes #11 268.2 checking whether timespec_get is declared... yes #11 268.6 checking for timespec_get... yes #11 269.0 checking for struct timeval... yes #11 269.2 checking for wide-enough struct timeval.tv_sec member... yes #11 269.4 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 269.5 checking whether the compiler produces multi-arch binaries... no #11 269.6 checking whether stdint.h conforms to C99... yes #11 270.4 checking whether stdint.h works without ISO C predefines... yes #11 270.7 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 271.1 checking whether memmem is declared... yes #11 271.6 checking whether memrchr is declared... yes #11 271.9 checking whether defines MIN and MAX... no #11 272.1 checking whether defines MIN and MAX... yes #11 272.4 checking whether time_t is signed... yes #11 272.6 checking whether alarm is declared... yes #11 272.9 checking for working mktime... no #11 273.8 checking whether struct tm is in sys/time.h or time.h... time.h #11 274.0 checking for struct tm.tm_zone... yes #11 274.4 checking for struct tm.tm_gmtoff... yes #11 274.6 checking whether is self-contained... yes #11 275.5 checking for inline... inline #11 275.8 checking for sigset_t... yes #11 276.3 checking for volatile sig_atomic_t... yes #11 276.8 checking for sighandler_t... yes #11 277.5 checking for wchar_t... yes #11 277.7 checking for good max_align_t... yes #11 278.0 checking whether NULL can be used in arbitrary expressions... yes #11 278.1 checking for unreachable... no #11 278.4 checking whether fcloseall is declared... yes #11 278.7 checking whether getw is declared... yes #11 279.0 checking whether putw is declared... yes #11 279.3 checking which flavor of printf attribute matches inttypes macros... system #11 279.6 checking whether strnlen is declared... yes #11 280.1 checking whether strtoimax is declared... yes #11 280.5 checking whether stat file-mode macros are broken... no #11 280.7 checking for nlink_t... yes #11 281.0 checking for struct timespec in ... yes #11 281.2 checking for TIME_UTC in ... yes #11 281.6 checking whether execvpe is declared... yes #11 282.0 checking whether clearerr_unlocked is declared... yes #11 282.3 checking whether feof_unlocked is declared... yes #11 282.6 checking whether ferror_unlocked is declared... yes #11 282.9 checking whether fflush_unlocked is declared... yes #11 283.4 checking whether fgets_unlocked is declared... yes #11 283.9 checking whether fputc_unlocked is declared... yes #11 284.3 checking whether fputs_unlocked is declared... yes #11 284.6 checking whether fread_unlocked is declared... yes #11 284.9 checking whether fwrite_unlocked is declared... yes #11 285.1 checking whether getc_unlocked is declared... yes #11 285.3 checking whether getchar_unlocked is declared... yes #11 285.5 checking whether putc_unlocked is declared... yes #11 285.7 checking whether putchar_unlocked is declared... yes #11 285.8 checking type of array argument to getgroups... gid_t #11 286.5 checking whether getdelim is declared... yes #11 286.9 checking whether getdtablesize is declared... yes #11 287.2 checking whether malloc is ptrdiff_t safe... yes #11 287.4 checking whether malloc, realloc, calloc set errno on failure... yes #11 287.4 checking for O_CLOEXEC... yes #11 287.7 checking for promoted mode_t type... mode_t #11 287.8 checking whether the utimes function works... yes #11 288.6 checking for C compiler option to allow warnings... -Wno-error #11 289.0 checking for alignas and alignof... yes, macros #11 289.3 checking for alloca as a compiler built-in... yes #11 289.4 checking for static_assert... yes, an macro #11 289.8 checking for __builtin_expect... yes #11 290.2 checking byteswap.h usability... yes #11 290.9 checking byteswap.h presence... yes #11 291.0 checking for byteswap.h... yes #11 291.1 checking for readlinkat... yes #11 291.4 checking for library containing clock_gettime... none required #11 291.7 checking for clock_getres... yes #11 292.0 checking for clock_gettime... yes #11 292.4 checking for clock_settime... yes #11 292.7 checking for copy_file_range... yes #11 292.9 checking for d_type member in directory struct... yes #11 293.2 checking whether // is distinct from /... (cached) no #11 293.2 checking whether dup2 works... yes #11 294.0 checking for library containing backtrace_symbols_fd... none required #11 294.6 checking for faccessat... (cached) yes #11 294.7 checking whether fchmodat works... no #11 295.3 checking for readlinkat... (cached) yes #11 295.3 checking whether fcntl handles F_DUPFD correctly... yes #11 295.8 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 296.4 checking whether fdopendir is declared... yes #11 296.6 checking whether fdopendir works... yes #11 297.2 checking for flexible array member... yes #11 297.6 checking for __fpending... yes #11 298.0 checking whether __fpending is declared... yes #11 298.2 checking whether free is known to preserve errno... no #11 298.4 checking whether fstatat (..., 0) works... yes #11 298.8 checking for sys/mount.h... yes #11 299.1 checking for statvfs function (SVR4)... yes #11 299.3 checking whether to use statvfs64... no #11 299.5 checking for two-argument statfs with statfs.f_frsize member... yes #11 299.7 checking sys/fs/s5param.h usability... no #11 299.9 checking sys/fs/s5param.h presence... no #11 300.1 checking for sys/fs/s5param.h... no #11 300.1 checking sys/statfs.h usability... yes #11 300.4 checking sys/statfs.h presence... yes #11 300.4 checking for sys/statfs.h... yes #11 300.5 checking for statfs that truncates block counts... no #11 300.6 checking for futimens... yes #11 301.0 checking whether futimens works... yes #11 302.4 checking for getline... yes #11 302.8 checking for working getline function... yes #11 303.2 checking for getloadavg... yes #11 303.6 checking sys/loadavg.h usability... no #11 303.9 checking sys/loadavg.h presence... no #11 304.0 checking for sys/loadavg.h... no #11 304.1 checking whether getloadavg is declared... yes #11 304.7 checking for getrandom... yes #11 305.0 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 305.2 checking for gettimeofday with POSIX signature... yes #11 305.4 checking whether the compiler supports the __inline keyword... yes #11 305.5 checking gmp.h usability... yes #11 305.8 checking gmp.h presence... yes #11 305.8 checking for gmp.h... yes #11 305.9 checking for library containing __gmpz_roinit_n... -lgmp #11 306.2 checking for memmem... yes #11 306.4 checking whether memmem works... yes #11 306.6 checking for mempcpy... yes #11 307.1 checking for memrchr... yes #11 307.3 checking for explicit_memset... no #11 307.6 checking for mkostemp... yes #11 307.9 checking for library containing nanosleep... none required #11 308.4 checking for working nanosleep... no (mishandles large arguments) #11 310.2 checking for sys/pstat.h... no #11 310.3 checking for sys/sysmp.h... no #11 310.5 checking for sys/param.h... (cached) yes #11 310.5 checking for sys/sysctl.h... (cached) yes #11 310.5 checking for sched_getaffinity_np... no #11 310.6 checking for pstat_getdynamic... no #11 310.8 checking for sysmp... no #11 311.0 checking for sysctl... (cached) yes #11 311.0 checking for sched_getaffinity... yes #11 311.2 checking for glibc compatible sched_getaffinity... yes #11 311.3 checking for pipe2... yes #11 311.4 checking whether signature of pselect conforms to POSIX... yes #11 311.5 checking whether pselect detects invalid fds... yes #11 311.7 checking whether pthread_sigmask is a macro... no #11 311.8 checking whether pthread_sigmask returns error numbers... yes #11 312.0 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 314.3 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 314.7 checking whether readlink signature is correct... yes #11 314.8 checking whether readlink handles trailing slash correctly... yes #11 316.4 checking whether readlink truncates results correctly... yes #11 320.4 checking for readlinkat... (cached) yes #11 320.4 checking whether readlinkat signature is correct... yes #11 320.5 checking for working re_compile_pattern... no #11 321.1 checking libintl.h usability... yes #11 321.4 checking libintl.h presence... yes #11 321.5 checking for libintl.h... yes #11 321.5 checking whether isblank is declared... yes #11 321.6 checking for sig2str... no #11 321.9 checking for sigdescr_np... no #11 322.2 checking for socklen_t... yes #11 322.5 checking for ssize_t... yes #11 322.6 checking for struct stat.st_atim.tv_nsec... yes #11 322.8 checking whether struct stat.st_atim is of type struct timespec... yes #11 323.1 checking for struct stat.st_birthtimespec.tv_nsec... no #11 323.4 checking for struct stat.st_birthtimensec... no #11 323.7 checking for struct stat.st_birthtim.tv_nsec... no #11 324.0 checking for bool, true, false... no #11 324.1 checking for stpcpy... yes #11 324.2 checking for working strnlen... yes #11 324.5 checking whether strtoimax works... yes #11 324.6 checking whether symlink handles trailing slash correctly... yes #11 324.8 checking whether localtime_r is declared... yes #11 324.9 checking whether localtime_r is compatible with its POSIX signature... yes #11 325.1 checking whether localtime works even near extrema... yes #11 325.5 checking for timezone_t... no #11 325.6 checking for timegm... yes #11 326.1 checking whether timer_settime is declared... yes #11 326.1 checking for library containing timer_settime... -lrt #11 326.6 checking for timer_settime... yes #11 326.7 checking for utimensat... yes #11 326.9 checking whether utimensat works... yes #11 328.3 checking for variable-length arrays... yes #11 328.8 checking whether getdtablesize works... yes #11 329.4 checking for __mktime_internal... no #11 330.0 checking for timer_getoverrun... yes #11 330.6 checking for gcc option to disable position independent executables... not needed #11 330.6 checking for __ctype_get_mb_cur_max... yes #11 331.1 checking whether MB_CUR_MAX is defined to function that won't link... no #11 331.2 #11 331.2 Configured for 'x86_64-pc-linux-gnu'. #11 331.2 #11 331.2 Where should the build process find the source code? . #11 331.2 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 331.2 Should Emacs use the GNU version of malloc? no #11 331.2 (The GNU allocators don't work with this system configuration.) #11 331.2 Should Emacs use a relocating allocator for buffers? no #11 331.2 Should Emacs use mmap(2) for buffer allocation? no #11 331.2 What window system should Emacs use? nextstep #11 331.2 What toolkit should Emacs use? none #11 331.2 Where do we find X Windows header files? NONE #11 331.2 Where do we find X Windows libraries? NONE #11 331.3 Does Emacs use -lXaw3d? no #11 331.3 Is Emacs being built for Android? no #11 331.3 Does Emacs use the X Double Buffer Extension? no #11 331.3 Does Emacs use -lXpm? no #11 331.3 Does Emacs use -ljpeg? no #11 331.3 Does Emacs use -ltiff? no #11 331.3 Does Emacs use a gif library? no #11 331.3 Does Emacs use a png library? no #11 331.3 Does Emacs use -lrsvg-2? no #11 331.3 Does Emacs use -lwebp? no #11 331.3 Does Emacs use -lsqlite3? no #11 331.3 Does Emacs use cairo? no #11 331.3 Does Emacs use -llcms2? no #11 331.3 Does Emacs use imagemagick? no #11 331.3 Does Emacs use native APIs for images? yes (ns) #11 331.3 Does Emacs support sound? yes #11 331.3 Does Emacs use -lgpm? no #11 331.3 Does Emacs use -ldbus? yes #11 331.3 Does Emacs use -lgconf? no #11 331.3 Does Emacs use GSettings? no #11 331.3 Does Emacs use a file notification library? yes -lglibc (inotify) #11 331.3 Does Emacs use access control lists? yes -lacl -lattr #11 331.3 Does Emacs use -lselinux? no #11 331.3 Does Emacs use -lgnutls? yes #11 331.3 Does Emacs use -lxml2? no #11 331.3 Does Emacs use -lfreetype? no #11 331.3 Does Emacs use HarfBuzz? no #11 331.3 Does Emacs use -lm17n-flt? no #11 331.3 Does Emacs use -lotf? no #11 331.3 Does Emacs use -lxft? no #11 331.3 Does Emacs use -lsystemd? no #11 331.3 Does Emacs use -ljansson? no #11 331.3 Does Emacs use -ltree-sitter? no #11 331.3 Does Emacs use the GMP library? yes #11 331.3 Does Emacs directly use zlib? yes #11 331.3 Does Emacs have dynamic modules support? yes #11 331.3 Does Emacs use toolkit scroll bars? yes #11 331.3 Does Emacs support Xwidgets? no #11 331.3 Does Emacs have threading support in lisp? yes #11 331.3 Does Emacs support the portable dumper? yes #11 331.3 Does Emacs support legacy unexec dumping? no #11 331.3 Which dumping strategy does Emacs use? pdumper #11 331.3 Does Emacs have native lisp compiler? no #11 331.3 Does Emacs use version 2 of the X Input Extension? no #11 331.3 Does Emacs generate a smaller-size Japanese dictionary? no #11 331.3 #11 331.3 #11 331.3 #11 331.3 Run 'make' to build Emacs, then run 'src/emacs' to test it. #11 331.3 Run 'make install' in order to build an application bundle. #11 331.3 The application will go to nextstep/Emacs.app and can be run or moved #11 331.3 from there. #11 331.3 The application will be fully self-contained. #11 331.3 #11 333.0 configure: creating ./config.status #11 334.2 config.status: creating src/verbose.mk #11 334.4 config.status: creating src/emacs-module.h #11 334.6 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #11 334.9 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #11 335.2 config.status: creating Makefile #11 335.4 config.status: creating lib/gnulib.mk #11 335.7 config.status: creating ./doc/man/emacs.1 #11 335.9 config.status: creating lib/Makefile #11 336.1 config.status: creating lib-src/Makefile #11 336.4 config.status: creating oldXMenu/Makefile #11 336.6 config.status: creating src/Makefile #11 336.8 config.status: creating lwlib/Makefile #11 337.0 config.status: creating nextstep/Makefile #11 337.2 config.status: creating nt/Makefile #11 337.4 config.status: creating doc/emacs/Makefile #11 337.7 config.status: creating doc/misc/Makefile #11 337.9 config.status: creating doc/lispintro/Makefile #11 338.1 config.status: creating doc/lispref/Makefile #11 338.3 config.status: creating lisp/Makefile #11 338.5 config.status: creating leim/Makefile #11 338.7 config.status: creating test/Makefile #11 338.9 config.status: creating test/manual/noverlay/Makefile #11 339.2 config.status: creating test/infra/Makefile #11 339.4 config.status: creating admin/charsets/Makefile #11 339.6 config.status: creating admin/unidata/Makefile #11 339.8 config.status: creating admin/grammars/Makefile #11 340.1 config.status: creating java/Makefile #11 340.3 config.status: creating cross/Makefile #11 340.6 config.status: creating java/AndroidManifest.xml #11 340.8 config.status: creating src/config.h #11 341.1 config.status: executing src/epaths.h commands #11 341.3 config.status: executing src/.gdbinit commands #11 341.4 config.status: executing doc/emacs/emacsver.texi commands #11 341.5 config.status: executing etc-refcards-emacsver.tex commands #11 341.7 configure: WARNING: This configuration installs a 'movemail' program #11 341.7 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 341.7 installed a 'movemail' program that retrieved POP3 email via only #11 341.7 insecure channels, a practice that is no longer recommended but that #11 341.7 you can continue to support by using './configure --with-pop'. #11 341.7 configure: You might want to install GNU Mailutils #11 341.7 and use './configure --with-mailutils'. #11 DONE 343.5s #12 [emacs-gnustep 6/6] RUN make bootstrap #12 2.391 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 2.439 make[1]: Entering directory '/checkout' #12 2.941 make bootstrap-clean #12 2.967 make[2]: Entering directory '/checkout' #12 3.383 make -C src bootstrap-clean #12 3.422 make[3]: Entering directory '/checkout/src' #12 3.422 GEN /checkout/src/lisp.mk #12 4.855 rm -f android-emacs libemacs.so #12 4.897 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 4.919 rm -f dmpstruct.h #12 4.923 rm -f emacs.pdmp #12 4.952 rm -f ../etc/DOC #12 4.966 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 4.988 rm -f emacs-30.0.50 #12 5.003 rm -f buildobj.h #12 5.011 rm -f globals.h gl-stamp #12 5.043 rm -f ./*.res ./*.tmp #12 5.063 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 5.099 rm -f ../etc/DOC* #12 5.120 rm -f deps/* #12 5.139 rm -f emacs-module.h epaths.h config.h config.stamp #12 5.139 if test -f ./.gdbinit; then \ #12 5.139 mv ./.gdbinit ./.gdbinit.save; \ #12 5.139 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 5.139 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 5.139 fi #12 5.220 make[3]: Leaving directory '/checkout/src' #12 5.220 make -C oldXMenu bootstrap-clean #12 5.259 make[3]: Entering directory '/checkout/oldXMenu' #12 5.259 rm -f libXMenu11.a ./*.o deps/* #12 5.275 rm -f Makefile #12 5.280 rm -fr deps #12 5.291 make[3]: Leaving directory '/checkout/oldXMenu' #12 5.291 make -C lwlib bootstrap-clean #12 5.325 make[3]: Entering directory '/checkout/lwlib' #12 5.325 rm -f ./*.o liblw.a \#* deps/* #12 5.339 rm -f Makefile #12 5.357 rm -fr deps #12 5.357 rm -f TAGS #12 5.357 make[3]: Leaving directory '/checkout/lwlib' #12 5.357 make -C lib bootstrap-clean #12 5.643 make[3]: Entering directory '/checkout/lib' #12 5.656 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 5.690 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.709 rm -f Makefile Makefile.android #12 5.720 rm -fr deps #12 5.735 make[3]: Leaving directory '/checkout/lib' #12 5.735 make -C lib-src bootstrap-clean #12 5.759 make[3]: Entering directory '/checkout/lib-src' #12 5.759 rm -f core ./*.o ./*.res #12 5.775 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 5.775 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 5.789 rm -f TAGS Makefile blessmail Makefile.android #12 5.789 make[3]: Leaving directory '/checkout/lib-src' #12 5.795 make -C nt bootstrap-clean #12 5.824 make[3]: Entering directory '/checkout/nt' #12 5.824 rm -f core *.o *.res #12 5.843 rm -f runemacs addpm cmdproxy ddeclient #12 5.843 rm -f TAGS Makefile *.rc #12 5.857 true #12 5.857 make[3]: Leaving directory '/checkout/nt' #12 5.857 make -C doc/emacs bootstrap-clean #12 5.875 make[3]: Entering directory '/checkout/doc/emacs' #12 5.875 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 5.875 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 5.903 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 5.934 rm -f Makefile #12 5.946 rm -f \ #12 5.946 ./../../info/emacs.info \ #12 5.946 ./../../info/emacs.info-[1-9] \ #12 5.946 ./../../info/emacs.info-[1-9][0-9] #12 5.972 rm -f ./emacsver.texi TAGS #12 6.012 make[3]: Leaving directory '/checkout/doc/emacs' #12 6.012 make -C doc/misc bootstrap-clean #12 6.047 make[3]: Entering directory '/checkout/doc/misc' #12 6.047 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 6.047 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 6.047 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 6.064 rm -f gnustmp* #12 6.079 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 6.097 rm -f Makefile #12 6.118 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.118 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 6.118 rm -f \ #12 6.118 ./../../info/${file} \ #12 6.118 ./../../info/${file}-[1-9] \ #12 6.118 ./../../info/${file}-[1-9][0-9]; \ #12 6.118 done #12 8.152 rm -f ./modus-themes.texi ./org.texi #12 8.191 rm -f TAGS #12 8.210 make[3]: Leaving directory '/checkout/doc/misc' #12 8.210 make -C doc/lispref bootstrap-clean #12 8.263 make[3]: Entering directory '/checkout/doc/lispref' #12 8.263 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 8.263 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 8.279 rm -f elisp[12]* vol[12].tmp #12 8.296 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 8.323 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 8.333 rm -f Makefile #12 8.359 rm -f \ #12 8.359 ./../../info/elisp.info \ #12 8.359 ./../../info/elisp.info-[1-9] \ #12 8.359 ./../../info/elisp.info-[1-9][0-9] #12 8.362 rm -f TAGS #12 8.388 make[3]: Leaving directory '/checkout/doc/lispref' #12 8.388 make -C doc/lispintro bootstrap-clean #12 8.412 make[3]: Entering directory '/checkout/doc/lispintro' #12 8.412 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 8.412 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 8.432 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 8.452 rm -f Makefile #12 8.456 rm -f \ #12 8.456 ./../../info/eintr.info \ #12 8.456 ./../../info/eintr.info-[1-9] #12 8.465 rm -f TAGS #12 8.471 make[3]: Leaving directory '/checkout/doc/lispintro' #12 8.474 make -C test bootstrap-clean #12 8.485 make[3]: Entering directory '/checkout/test' #12 8.884 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 9.008 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 9.066 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 9.100 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 9.100 src/emacs-module-resources/*.dll gmp.h #12 9.104 find . -name '*.elc' -delete #12 9.215 make[3]: Leaving directory '/checkout/test' #12 9.215 make -C java bootstrap-clean #12 9.632 make[3]: Entering directory '/checkout/java' #12 9.632 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 9.659 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 9.675 find . -name '*.class' -delete #12 9.703 rm -f Makefile ndk-build.mk #12 9.719 make[3]: Leaving directory '/checkout/java' #12 9.727 make -C cross bootstrap-clean #12 9.738 make[3]: Entering directory '/checkout/cross' #12 9.738 for dir in src lib-src lib etc; do \ #12 9.738 find $dir -type f -delete; \ #12 9.738 done #12 9.795 rm -rf lib/config.h lib-src/config.h #12 9.803 if test -f ndk-build/Makefile; then \ #12 9.803 make -C ndk-build clean; \ #12 9.803 fi #12 9.811 for dir in src lib-src lib etc; do \ #12 9.811 find $dir -type l -delete; \ #12 9.811 done #12 9.859 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 9.859 rm -rf ndk-build/ndk-build.mk Makefile #12 9.875 make[3]: Leaving directory '/checkout/cross' #12 9.875 make -C nextstep bootstrap-clean #12 9.903 make[3]: Entering directory '/checkout/nextstep' #12 9.903 rm -rf /checkout/nextstep/Emacs.app #12 9.939 rm -f Makefile #12 9.959 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 9.959 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 9.959 Cocoa/Emacs.base/Contents/Info.plist \ #12 9.959 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 10.01 make[3]: Leaving directory '/checkout/nextstep' #12 10.01 make -C admin/charsets bootstrap-clean #12 10.05 make[3]: Entering directory '/checkout/admin/charsets' #12 10.05 make[3]: Nothing to be done for 'bootstrap-clean'. #12 10.05 make[3]: Leaving directory '/checkout/admin/charsets' #12 10.06 make -C admin/unidata bootstrap-clean #12 10.08 make[3]: Entering directory '/checkout/admin/unidata' #12 10.18 rm -f ./*.elc unidata.txt #12 10.20 make[3]: Leaving directory '/checkout/admin/unidata' #12 10.20 make -C leim bootstrap-clean #12 10.22 make[3]: Entering directory '/checkout/leim' #12 10.24 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.26 make[3]: Leaving directory '/checkout/leim' #12 10.26 make -C lisp bootstrap-clean #12 10.27 make[3]: Entering directory '/checkout/lisp' #12 10.49 find . -name '*.elc' -delete #12 10.53 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 10.55 make[3]: Leaving directory '/checkout/lisp' #12 10.56 make -C admin/grammars bootstrap-clean #12 10.58 make[3]: Entering directory '/checkout/admin/grammars' #12 10.58 make[3]: Nothing to be done for 'bootstrap-clean'. #12 10.58 make[3]: Leaving directory '/checkout/admin/grammars' #12 10.58 [ ! -f config.log ] || mv -f config.log config.log~ #12 10.70 rm -rf ./info #12 10.70 rm -f ./etc/refcards/emacsver.tex #12 10.72 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 10.74 rm -fr autom4te.cache config.cache #12 10.77 rm -f config.log ./doc/man/emacs.1 #12 10.80 make[2]: Leaving directory '/checkout' #12 10.80 cd . && ./autogen.sh autoconf #12 10.86 Checking whether you have the necessary tools... #12 10.86 (Read INSTALL.REPO for more details on building Emacs) #12 10.86 Checking for autoconf (need at least version 2.65) ... ok #12 11.10 Your system has the required tools. #12 11.15 Running 'autoreconf -fi -I m4' ... #12 55.94 Building 'aclocal.m4' in exec ... #12 55.94 Running 'autoreconf -fi' in exec ... #12 63.76 You can now run './autogen.sh git'. #12 63.76 make MAKEFILE_NAME=force-Makefile force-Makefile #12 63.80 make[2]: Entering directory '/checkout' #12 63.81 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 64.10 if [ -x ./config.status ]; then \ #12 64.10 ./config.status --recheck; \ #12 64.10 else \ #12 64.10 ./configure --cache-file=/dev/null; \ #12 64.10 fi #12 64.26 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #12 65.58 checking for xcrun... no #12 65.59 checking for GNU Make... make #12 65.62 checking build system type... x86_64-pc-linux-gnu #12 65.89 checking host system type... x86_64-pc-linux-gnu #12 65.98 checking for gcc... gcc #12 66.17 checking whether the C compiler works... yes #12 66.42 checking for C compiler default output file name... a.out #12 66.43 checking for suffix of executables... #12 66.71 checking whether we are cross compiling... no #12 66.96 checking for suffix of object files... o #12 67.02 checking whether we are using the GNU C compiler... yes #12 67.08 checking whether gcc accepts -g... yes #12 67.14 checking for gcc option to enable C11 features... none needed #12 67.48 checking whether the compiler is clang... no #12 67.77 checking for compiler option needed when checking for declarations... none #12 67.77 checking whether gcc and cc understand -c and -o together... yes #12 68.63 checking how to run the C preprocessor... gcc -E #12 69.03 checking for grep that handles long lines and -e... /bin/grep #12 69.04 checking for egrep... /bin/grep -E #12 69.05 checking for ANSI C header files... yes #12 69.65 checking for sys/types.h... yes #12 70.04 checking for sys/stat.h... yes #12 70.43 checking for stdlib.h... yes #12 70.80 checking for string.h... yes #12 71.04 checking for memory.h... yes #12 71.30 checking for strings.h... yes #12 71.73 checking for inttypes.h... yes #12 72.10 checking for stdint.h... yes #12 72.33 checking for unistd.h... yes #12 72.58 checking for wchar.h... yes #12 72.86 checking for minix/config.h... no #12 73.08 checking for linux/fs.h... yes #12 73.31 checking for malloc.h... yes #12 73.62 checking for sys/systeminfo.h... no #12 74.99 checking for sys/sysinfo.h... yes #12 78.91 checking for coff.h... no #12 79.18 checking for pty.h... yes #12 79.55 checking for sys/resource.h... yes #12 81.98 checking for sys/utsname.h... yes #12 82.31 checking for pwd.h... yes #12 83.34 checking for util.h... no #12 83.51 checking for sanitizer/lsan_interface.h... yes #12 83.74 checking for sanitizer/asan_interface.h... yes #12 83.89 checking for sanitizer/common_interface_defs.h... yes #12 84.00 checking for sys/socket.h... yes #12 84.28 checking for stdlib.h... (cached) yes #12 84.32 checking for unistd.h... (cached) yes #12 84.34 checking for sys/param.h... yes #12 84.71 checking for pthread.h... yes #12 85.00 checking for malloc/malloc.h... no #12 85.25 checking for sys/un.h... yes #12 85.68 checking for utmp.h... yes #12 85.92 checking for utmpx.h... yes #12 86.20 checking for OS.h... no #12 86.40 checking for dirent.h... yes #12 86.66 checking for execinfo.h... yes #12 86.90 checking for linux/xattr.h... yes #12 87.18 checking for stdio_ext.h... yes #12 87.35 checking for sys/vfs.h... yes #12 87.62 checking for sys/fs_types.h... no #12 87.91 checking for getopt.h... yes #12 88.26 checking for sys/cdefs.h... yes #12 88.56 checking for sys/time.h... yes #12 88.95 checking for ieee754.h... yes #12 89.23 checking for limits.h... yes #12 89.73 checking for inttypes.h... (cached) yes #12 89.80 checking for sys/types.h... (cached) yes #12 89.87 checking for stdint.h... (cached) yes #12 89.92 checking for sys/select.h... yes #12 90.26 checking for stdbool.h... yes #12 90.52 checking for stdckdint.h... no #12 90.74 checking for sys/random.h... yes #12 91.08 checking for sys/stat.h... (cached) yes #12 91.12 checking whether it is safe to define __EXTENSIONS__... yes #12 91.26 checking whether _XOPEN_SOURCE should be defined... no #12 91.60 checking for Minix Amsterdam compiler... no #12 91.69 checking for ar... ar #12 91.69 checking for ranlib... ranlib #12 91.69 checking for gcc option to enable large file support... none needed #12 95.78 checking for gcc option for timestamps after 2038... none needed #12 95.91 checking for g++... g++ #12 96.02 checking whether we are using the GNU C++ compiler... yes #12 96.14 checking whether g++ accepts -g... yes #12 96.26 checking for g++ option to enable C++11 features... none needed #12 133.1 checking how to run the C++ preprocessor... g++ -E #12 133.7 checking whether gcc accepts -g3 -O2... yes #12 133.9 checking whether the compiler is clang... no #12 134.1 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 134.3 checking whether -Wno-missing-field-initializers is needed... yes #12 134.6 checking whether -Wuninitialized is supported... yes #12 134.9 checking whether C compiler handles -fstrict-flex-arrays... no #12 135.0 checking whether C compiler handles -Wall... yes #12 135.2 checking whether C compiler handles -Warith-conversion... yes #12 135.6 checking whether C compiler handles -Wdate-time... yes #12 135.9 checking whether C compiler handles -Wdisabled-optimization... yes #12 136.2 checking whether C compiler handles -Wdouble-promotion... yes #12 136.4 checking whether C compiler handles -Wduplicated-cond... yes #12 136.6 checking whether C compiler handles -Wextra... yes #12 137.0 checking whether C compiler handles -Wformat-signedness... yes #12 137.3 checking whether C compiler handles -Winit-self... yes #12 137.6 checking whether C compiler handles -Winvalid-pch... yes #12 137.9 checking whether C compiler handles -Wlogical-op... yes #12 138.2 checking whether C compiler handles -Wmissing-declarations... yes #12 138.6 checking whether C compiler handles -Wmissing-include-dirs... yes #12 138.8 checking whether C compiler handles -Wmissing-prototypes... yes #12 139.1 checking whether C compiler handles -Wnested-externs... yes #12 139.3 checking whether C compiler handles -Wnull-dereference... yes #12 139.9 checking whether C compiler handles -Wold-style-definition... yes #12 140.5 checking whether C compiler handles -Wopenmp-simd... yes #12 141.0 checking whether C compiler handles -Wpacked... yes #12 141.2 checking whether C compiler handles -Wpointer-arith... yes #12 141.5 checking whether C compiler handles -Wstrict-flex-arrays... no #12 141.7 checking whether C compiler handles -Wstrict-prototypes... yes #12 142.2 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 142.5 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 142.7 checking whether C compiler handles -Wsuggest-final-methods... yes #12 142.9 checking whether C compiler handles -Wsuggest-final-types... yes #12 143.3 checking whether C compiler handles -Wtrampolines... yes #12 143.6 checking whether C compiler handles -Wuninitialized... yes #12 144.0 checking whether C compiler handles -Wunknown-pragmas... yes #12 144.3 checking whether C compiler handles -Wunused-macros... yes #12 144.6 checking whether C compiler handles -Wvariadic-macros... yes #12 144.9 checking whether C compiler handles -Wvector-operation-performance... yes #12 145.2 checking whether C compiler handles -Wwrite-strings... yes #12 145.5 checking whether C compiler handles -Warray-bounds=2... yes #12 145.8 checking whether C compiler handles -Wattribute-alias=2... yes #12 146.2 checking whether C compiler handles -Wformat=2... yes #12 146.6 checking whether C compiler handles -Wformat-truncation=2... yes #12 147.0 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 147.4 checking whether C compiler handles -Wshift-overflow=2... yes #12 147.9 checking whether C compiler handles -Wuse-after-free=3... no #12 148.0 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 148.6 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 149.0 checking whether C compiler handles -Wredundant-decls... yes #12 149.3 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 149.3 checking whether C compiler handles -Wno-override-init... yes #12 149.5 checking whether C compiler handles -Wno-sign-compare... yes #12 149.8 checking whether C compiler handles -Wno-type-limits... yes #12 150.2 checking whether C compiler handles -Wno-unused-parameter... yes #12 150.6 checking whether C compiler handles -Wno-format-nonliteral... yes #12 151.0 checking whether C compiler handles -Wno-bidi-chars... no #12 151.1 checking for a BSD-compatible install... /usr/bin/install -c #12 151.1 checking command to symlink files in the same directory... ln -s #12 151.2 checking for install-info... : #12 151.2 checking for gzip... /bin/gzip #12 151.2 checking for 'find' args to delete a file... -delete #12 151.2 checking for brew... no #12 151.9 checking for -znocombreloc... not needed #12 151.9 checking whether addresses are sanitized... no #12 152.0 checking for math library... -lm #12 153.4 checking for struct passwd.pw_gecos... yes #12 153.7 checking for pkg-config... /usr/bin/pkg-config #12 153.7 checking pkg-config is at least version 0.9.0... yes #12 153.8 checking for machine/soundcard.h... no #12 153.8 checking for sys/soundcard.h... yes #12 154.1 checking for soundcard.h... no #12 154.2 checking for mmsystem.h... no #12 154.3 checking for _oss_ioctl in -lossaudio... no #12 154.6 checking for alsa >= 1.0.0... no #12 154.6 checking for ADDR_NO_RANDOMIZE... yes #12 154.9 checking if Linux sysinfo may be used... yes #12 155.4 checking for sys/wait.h that is POSIX.1 compatible... yes #12 155.7 checking for net/if.h... yes #12 156.0 checking for ifaddrs.h... yes #12 156.3 checking for net/if_dl.h... no #12 156.5 checking for struct ifreq.ifr_flags... yes #12 157.0 checking for struct ifreq.ifr_hwaddr... yes #12 157.8 checking for struct ifreq.ifr_netmask... yes #12 158.8 checking for struct ifreq.ifr_broadaddr... yes #12 159.6 checking for struct ifreq.ifr_addr... yes #12 160.1 checking for struct ifreq.ifr_addr.sa_len... no #12 160.5 checking whether gcc understands -MMD -MF... yes #12 160.7 checking for X... no #12 161.1 checking AppKit/AppKit.h usability... yes #12 163.0 checking AppKit/AppKit.h presence... yes #12 163.6 checking for AppKit/AppKit.h... yes #12 163.6 checking for Mac OS X 12.0 or later... yes #12 165.0 checking for gcc... gcc #12 166.1 checking whether we are using the GNU Objective C compiler... yes #12 166.3 checking whether gcc accepts -g... yes #12 166.4 checking if the Objective C compiler supports instancetype... yes #12 166.5 checking if the Objective C compiler defaults to C99... no #12 167.2 checking whether malloc is Doug Lea style... no #12 167.3 checking for sbrk... yes #12 167.7 checking for __lsan_ignore_object... no #12 168.6 checking for fchmod... yes #12 169.0 checking for utmpname... yes #12 171.7 checking for utmpxname... yes #12 172.9 checking for canonicalize_file_name... yes #12 173.2 checking for realpath... yes #12 173.8 checking for lstat... yes #12 174.2 checking for fchmodat... yes #12 174.6 checking for lchmod... no #12 174.7 checking for fcntl... yes #12 175.1 checking for fdopendir... yes #12 175.4 checking for listxattr... yes #12 175.8 checking for fstatat... yes #12 176.2 checking for fsync... yes #12 176.5 checking for gettimeofday... yes #12 176.9 checking for memset_explicit... no #12 177.4 checking for memset_s... no #12 177.9 checking for pselect... yes #12 178.4 checking for readlink... yes #12 178.9 checking for isblank... yes #12 179.3 checking for iswctype... yes #12 179.6 checking for strtoimax... yes #12 179.9 checking for symlink... yes #12 180.3 checking for localtime_r... yes #12 180.7 checking for getdtablesize... yes #12 181.0 checking for getpagesize... yes #12 181.4 checking for working mmap... yes #12 182.1 checking for main in -lXbsd... no #12 182.3 checking for pthread library... -lpthread #12 183.3 checking for thread support... yes #12 183.4 checking for librsvg-2.0 >= 2.14.0... no #12 183.4 checking for libwebpdemux >= 0.6.0... no #12 183.5 checking for WebPGetInfo... no #12 183.8 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #12 183.9 checking for sqlite3_open_v2 in -lsqlite3... no #12 184.1 checking for getaddrinfo_a in -lanl... yes #12 184.3 checking for malloc_trim... yes #12 184.6 checking for dbus-1 >= 1.0... yes #12 184.8 checking for dbus_watch_get_unix_fd... yes #12 185.3 checking for dbus_type_is_valid... yes #12 185.9 checking for dbus_validate_bus_name... yes #12 186.3 checking for dbus_validate_path... yes #12 186.9 checking for dbus_validate_interface... yes #12 187.6 checking for dbus_validate_member... yes #12 188.2 checking for lgetfilecon in -lselinux... no #12 188.6 checking for gnutls >= 2.12.2... yes #12 188.7 checking for libsystemd >= 222... no #12 188.8 checking for jansson >= 2.7... no #12 188.9 checking for tree-sitter >= 0.20.2... no #12 189.0 checking for tree-sitter >= 0.6.3... no #12 189.0 checking sys/inotify.h usability... yes #12 189.4 checking sys/inotify.h presence... yes #12 189.5 checking for sys/inotify.h... yes #12 189.5 checking for inotify_init1... yes #12 190.0 checking for jpeglib 6b or later... no #12 190.3 checking for lcms2... no #12 190.3 checking for library containing inflateEnd... -lz #12 190.9 checking for dladdr... yes #12 191.3 checking for dlfunc... no #12 191.7 checking for libpng >= 1.0.0... no #12 191.7 checking for libpng not configured by pkg-config... no #12 191.8 checking tiffio.h usability... no #12 192.1 checking tiffio.h presence... no #12 192.2 checking for tiffio.h... no #12 192.2 checking gif_lib.h usability... no #12 192.6 checking gif_lib.h presence... no #12 192.7 checking for gif_lib.h... no #12 192.7 checking gpm.h usability... no #12 193.2 checking gpm.h presence... no #12 193.3 checking for gpm.h... no #12 193.3 checking for libxml-2.0 > 2.6.17... no #12 193.4 checking for maillock in -lmail... no #12 193.7 checking for maillock in -llockfile... no #12 194.2 checking for liblockfile.so... no #12 194.2 checking maillock.h usability... no #12 194.5 checking maillock.h presence... no #12 194.7 checking for maillock.h... no #12 194.8 checking linux/seccomp.h usability... yes #12 195.1 checking linux/seccomp.h presence... yes #12 195.1 checking for linux/seccomp.h... yes #12 195.2 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 195.5 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 195.8 checking linux/filter.h usability... yes #12 196.1 checking linux/filter.h presence... yes #12 196.2 checking for linux/filter.h... yes #12 196.3 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 196.3 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 196.3 checking for libseccomp >= 2.5.2... no #12 196.4 checking size of long... 8 #12 196.7 checking for accept4... yes #12 197.4 checking for fchdir... yes #12 197.8 checking for gethostname... yes #12 198.5 checking for getrusage... yes #12 199.0 checking for get_current_dir_name... yes #12 199.6 checking for lrand48... yes #12 200.2 checking for random... yes #12 200.7 checking for rint... yes #12 201.5 checking for tcdrain... yes #12 202.1 checking for trunc... yes #12 202.9 checking for select... yes #12 203.6 checking for getpagesize... (cached) yes #12 203.7 checking for setlocale... yes #12 204.4 checking for newlocale... yes #12 205.0 checking for getrlimit... yes #12 205.3 checking for setrlimit... yes #12 205.8 checking for shutdown... yes #12 206.2 checking for pthread_sigmask... (cached) yes #12 206.3 checking for strsignal... yes #12 206.6 checking for setitimer... yes #12 207.0 checking for sendto... yes #12 207.3 checking for recvfrom... yes #12 207.7 checking for getsockname... yes #12 208.4 checking for getifaddrs... yes #12 209.1 checking for freeifaddrs... yes #12 209.6 checking for gai_strerror... yes #12 209.9 checking for sync... yes #12 210.4 checking for endpwent... yes #12 211.1 checking for getgrent... yes #12 211.5 checking for endgrent... yes #12 212.0 checking for renameat2... yes #12 212.6 checking for cfmakeraw... yes #12 212.9 checking for cfsetspeed... yes #12 213.5 checking for __executable_start... yes #12 214.2 checking for log2... yes #12 214.8 checking for pthread_setname_np... yes #12 215.4 checking for pthread_set_name_np... no #12 216.0 checking for getpwent... yes #12 216.4 checking whether pthread_setname_np takes a single argument... no #12 216.7 checking whether pthread_setname_np takes three arguments... no #12 217.0 checking for aligned_alloc... yes #12 217.8 checking whether aligned_alloc is declared... yes #12 218.0 checking for posix_madvise... yes #12 218.6 checking for madvise... yes #12 219.0 checking for __builtin_frame_address... yes #12 219.2 checking for __builtin_unwind_init... yes #12 219.5 checking for _LARGEFILE_SOURCE value needed for large files... no #12 219.9 checking for grantpt... yes #12 220.4 checking for getpt... yes #12 221.1 checking for posix_openpt... yes #12 221.7 checking for library containing tputs... -ltinfo #12 222.7 checking whether -ltinfo library defines BC... yes #12 223.2 checking for timerfd interface... yes #12 223.6 checking whether signals can be handled on alternate stack... yes #12 223.9 checking valgrind/valgrind.h usability... no #12 224.2 checking valgrind/valgrind.h presence... no #12 224.3 checking for valgrind/valgrind.h... no #12 224.3 checking for struct unipair.unicode... yes #12 224.5 checking for pid_t... yes #12 224.9 checking vfork.h usability... no #12 225.2 checking vfork.h presence... no #12 225.3 checking for vfork.h... no #12 225.3 checking for fork... yes #12 225.9 checking for vfork... yes #12 226.4 checking for working fork... yes #12 226.8 checking for working vfork... (cached) yes #12 226.9 checking for snprintf... yes #12 227.5 checking for open_memstream... yes #12 228.1 checking spawn.h usability... yes #12 228.6 checking spawn.h presence... yes #12 228.7 checking for spawn.h... yes #12 228.8 checking for posix_spawn... yes #12 229.4 checking for posix_spawn_file_actions_addchdir... no #12 230.1 checking for posix_spawn_file_actions_addchdir_np... yes #12 231.0 checking for posix_spawnattr_setflags... yes #12 231.8 checking whether POSIX_SPAWN_SETSID is declared... yes #12 232.2 checking whether GLib is linked in... no #12 232.5 checking for nl_langinfo and CODESET... yes #12 233.1 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 233.5 checking for mbstate_t... yes #12 234.0 checking for signals via characters... yes #12 234.6 checking for _setjmp... yes #12 235.0 checking for sigsetjmp... yes #12 235.6 checking POSIX termios... yes #12 236.3 checking size of speed_t... 4 #12 237.0 checking for usable FIONREAD... yes #12 237.4 checking for usable SIGIO... yes #12 237.8 checking for struct alignment... yes #12 238.0 checking for C/C++ restrict keyword... __restrict__ #12 238.3 checking for typeof syntax and keyword spelling... typeof #12 238.7 checking for statement expressions... yes #12 239.0 checking whether malloc (0) returns nonnull... yes #12 239.5 checking sys/acl.h usability... yes #12 240.0 checking sys/acl.h presence... yes #12 240.1 checking for sys/acl.h... yes #12 240.1 checking for library containing acl_get_file... -lacl #12 241.3 checking for acl_get_file... yes #12 242.0 checking for acl_get_fd... yes #12 242.6 checking for acl_set_file... yes #12 243.2 checking for acl_set_fd... yes #12 243.7 checking for acl_free... yes #12 244.3 checking for acl_from_mode... yes #12 244.7 checking for acl_from_text... yes #12 245.2 checking for acl_delete_def_file... yes #12 245.9 checking for acl_extended_file... yes #12 246.5 checking for acl_delete_fd_np... no #12 247.0 checking for acl_delete_file_np... no #12 247.6 checking for acl_copy_ext_native... no #12 248.4 checking for acl_create_entry_np... no #12 248.9 checking for acl_to_short_text... no #12 249.5 checking for acl_free_text... no #12 249.9 checking for working acl_get_file... yes #12 250.4 checking acl/libacl.h usability... yes #12 251.0 checking acl/libacl.h presence... yes #12 251.1 checking for acl/libacl.h... yes #12 251.1 checking for acl_entries... yes #12 251.6 checking for ACL_FIRST_ENTRY... yes #12 251.9 checking for ACL_TYPE_EXTENDED... no #12 252.1 checking for working alloca.h... yes #12 252.7 checking for alloca... yes #12 253.2 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 253.2 checking whether the preprocessor supports include_next... yes #12 253.6 checking whether source code line length is unlimited... yes #12 253.8 checking whether endutent is declared... yes #12 254.1 checking for struct utmpx.ut_user... yes #12 254.6 checking for struct utmp.ut_user... yes #12 255.0 checking for struct utmpx.ut_name... yes #12 255.5 checking for struct utmp.ut_name... yes #12 256.2 checking for struct utmpx.ut_type... yes #12 256.7 checking for struct utmp.ut_type... yes #12 257.2 checking for struct utmpx.ut_pid... yes #12 257.8 checking for struct utmp.ut_pid... yes #12 258.3 checking for struct utmp.ut_tv... yes #12 259.3 checking for struct utmpx.ut_host... yes #12 259.9 checking for struct utmp.ut_host... yes #12 260.6 checking for struct utmpx.ut_id... yes #12 261.1 checking for struct utmp.ut_id... yes #12 261.5 checking for struct utmpx.ut_session... yes #12 261.9 checking for struct utmp.ut_session... yes #12 262.4 checking for struct utmpx.ut_exit... yes #12 263.5 checking for struct utmp.ut_exit... yes #12 264.3 checking for struct utmpx.ut_exit.ut_exit... no #12 265.2 checking for struct utmpx.ut_exit.e_exit... yes #12 265.9 checking for struct utmp.ut_exit.e_exit... yes #12 266.4 checking for struct utmpx.ut_exit.ut_termination... no #12 267.2 checking for struct utmpx.ut_exit.e_termination... yes #12 267.8 checking for struct utmp.ut_exit.e_termination... yes #12 268.4 checking whether sysinfo is declared... yes #12 268.8 checking for sys/sysctl.h... yes #12 269.3 checking for sysctl... yes #12 269.9 checking whether lstat correctly handles trailing slash... yes #12 270.7 checking whether // is distinct from /... no #12 270.7 checking whether realpath works... yes #12 271.8 checking for faccessat... yes #12 272.1 checking for getcwd... yes #12 272.5 checking whether byte ordering is bigendian... no #12 273.2 checking if environ is properly declared... yes #12 273.4 checking for complete errno.h... yes #12 273.6 checking whether ctype.h defines __header_inline... no #12 273.8 checking for mode_t... yes #12 276.7 checking whether strmode is declared... no #12 277.2 checking whether getline is declared... yes #12 280.3 checking for gawk... no #12 280.3 checking for mawk... mawk #12 280.3 checking for getopt.h... (cached) yes #12 280.3 checking for getopt_long_only... yes #12 281.0 checking whether getopt is POSIX compatible... yes #12 283.2 checking for working GNU getopt function... yes #12 283.9 checking for working GNU getopt_long function... yes #12 284.5 checking whether timespec_get is declared... yes #12 284.8 checking for timespec_get... yes #12 285.5 checking for struct timeval... yes #12 285.9 checking for wide-enough struct timeval.tv_sec member... yes #12 286.2 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 286.5 checking whether the compiler produces multi-arch binaries... no #12 286.7 checking whether stdint.h conforms to C99... yes #12 287.8 checking whether stdint.h works without ISO C predefines... yes #12 288.3 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 288.7 checking whether memmem is declared... yes #12 289.4 checking whether memrchr is declared... yes #12 289.9 checking whether defines MIN and MAX... no #12 290.2 checking whether defines MIN and MAX... yes #12 290.6 checking whether time_t is signed... yes #12 290.9 checking whether alarm is declared... yes #12 291.5 checking for working mktime... no #12 292.8 checking whether struct tm is in sys/time.h or time.h... time.h #12 293.2 checking for struct tm.tm_zone... yes #12 293.5 checking for struct tm.tm_gmtoff... yes #12 293.8 checking whether is self-contained... yes #12 294.9 checking for inline... inline #12 295.2 checking for sigset_t... yes #12 295.7 checking for volatile sig_atomic_t... yes #12 296.0 checking for sighandler_t... yes #12 296.6 checking for wchar_t... yes #12 296.9 checking for good max_align_t... yes #12 297.1 checking whether NULL can be used in arbitrary expressions... yes #12 297.2 checking for unreachable... no #12 297.9 checking whether fcloseall is declared... yes #12 298.4 checking whether getw is declared... yes #12 299.1 checking whether putw is declared... yes #12 299.5 checking which flavor of printf attribute matches inttypes macros... system #12 300.0 checking whether strnlen is declared... yes #12 300.6 checking whether strtoimax is declared... yes #12 301.1 checking whether stat file-mode macros are broken... no #12 301.4 checking for nlink_t... yes #12 302.0 checking for struct timespec in ... yes #12 302.3 checking for TIME_UTC in ... yes #12 302.7 checking whether execvpe is declared... yes #12 303.2 checking whether clearerr_unlocked is declared... yes #12 303.6 checking whether feof_unlocked is declared... yes #12 304.0 checking whether ferror_unlocked is declared... yes #12 304.4 checking whether fflush_unlocked is declared... yes #12 304.7 checking whether fgets_unlocked is declared... yes #12 305.0 checking whether fputc_unlocked is declared... yes #12 305.5 checking whether fputs_unlocked is declared... yes #12 306.0 checking whether fread_unlocked is declared... yes #12 306.5 checking whether fwrite_unlocked is declared... yes #12 307.1 checking whether getc_unlocked is declared... yes #12 307.6 checking whether getchar_unlocked is declared... yes #12 308.2 checking whether putc_unlocked is declared... yes #12 308.7 checking whether putchar_unlocked is declared... yes #12 309.3 checking type of array argument to getgroups... gid_t #12 310.0 checking whether getdelim is declared... yes #12 310.4 checking whether getdtablesize is declared... yes #12 311.1 checking whether malloc is ptrdiff_t safe... yes #12 311.4 checking whether malloc, realloc, calloc set errno on failure... yes #12 311.4 checking for O_CLOEXEC... yes #12 311.7 checking for promoted mode_t type... mode_t #12 311.9 checking whether the utimes function works... yes #12 312.8 checking for C compiler option to allow warnings... -Wno-error #12 313.4 checking for alignas and alignof... yes, macros #12 313.9 checking for alloca as a compiler built-in... yes #12 313.9 checking for static_assert... yes, an macro #12 314.4 checking for __builtin_expect... yes #12 314.9 checking byteswap.h usability... yes #12 315.2 checking byteswap.h presence... yes #12 315.4 checking for byteswap.h... yes #12 315.4 checking for readlinkat... yes #12 315.8 checking for library containing clock_gettime... none required #12 316.3 checking for clock_getres... yes #12 316.7 checking for clock_gettime... yes #12 317.3 checking for clock_settime... yes #12 317.8 checking for copy_file_range... yes #12 318.3 checking for d_type member in directory struct... yes #12 318.8 checking whether // is distinct from /... (cached) no #12 318.8 checking whether dup2 works... yes #12 319.6 checking for library containing backtrace_symbols_fd... none required #12 319.9 checking for faccessat... (cached) yes #12 319.9 checking whether fchmodat works... no #12 320.8 checking for readlinkat... (cached) yes #12 320.8 checking whether fcntl handles F_DUPFD correctly... yes #12 321.5 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 322.4 checking whether fdopendir is declared... yes #12 322.9 checking whether fdopendir works... yes #12 323.6 checking for flexible array member... yes #12 323.9 checking for __fpending... yes #12 324.4 checking whether __fpending is declared... yes #12 324.8 checking whether free is known to preserve errno... no #12 325.0 checking whether fstatat (..., 0) works... yes #12 325.5 checking for sys/mount.h... yes #12 325.8 checking for statvfs function (SVR4)... yes #12 326.1 checking whether to use statvfs64... no #12 326.2 checking for two-argument statfs with statfs.f_frsize member... yes #12 326.6 checking sys/fs/s5param.h usability... no #12 326.9 checking sys/fs/s5param.h presence... no #12 327.0 checking for sys/fs/s5param.h... no #12 327.0 checking sys/statfs.h usability... yes #12 327.5 checking sys/statfs.h presence... yes #12 327.6 checking for sys/statfs.h... yes #12 327.7 checking for statfs that truncates block counts... no #12 327.9 checking for futimens... yes #12 328.5 checking whether futimens works... yes #12 330.1 checking for getline... yes #12 330.5 checking for working getline function... yes #12 331.1 checking for getloadavg... yes #12 331.5 checking sys/loadavg.h usability... no #12 331.9 checking sys/loadavg.h presence... no #12 332.0 checking for sys/loadavg.h... no #12 332.1 checking whether getloadavg is declared... yes #12 332.4 checking for getrandom... yes #12 333.0 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 333.4 checking for gettimeofday with POSIX signature... yes #12 333.7 checking whether the compiler supports the __inline keyword... yes #12 334.1 checking gmp.h usability... yes #12 334.7 checking gmp.h presence... yes #12 334.9 checking for gmp.h... yes #12 334.9 checking for library containing __gmpz_roinit_n... -lgmp #12 336.1 checking for memmem... yes #12 336.7 checking whether memmem works... yes #12 337.2 checking for mempcpy... yes #12 337.9 checking for memrchr... yes #12 338.5 checking for explicit_memset... no #12 339.1 checking for mkostemp... yes #12 339.6 checking for library containing nanosleep... none required #12 340.2 checking for working nanosleep... no (mishandles large arguments) #12 341.8 checking for sys/pstat.h... no #12 342.2 checking for sys/sysmp.h... no #12 342.5 checking for sys/param.h... (cached) yes #12 342.6 checking for sys/sysctl.h... (cached) yes #12 342.7 checking for sched_getaffinity_np... no #12 343.3 checking for pstat_getdynamic... no #12 343.9 checking for sysmp... no #12 344.5 checking for sysctl... (cached) yes #12 344.6 checking for sched_getaffinity... yes #12 344.9 checking for glibc compatible sched_getaffinity... yes #12 345.2 checking for pipe2... yes #12 345.9 checking whether signature of pselect conforms to POSIX... yes #12 346.3 checking whether pselect detects invalid fds... yes #12 346.7 checking whether pthread_sigmask is a macro... no #12 346.9 checking whether pthread_sigmask returns error numbers... yes #12 347.3 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 349.9 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 351.0 checking whether readlink signature is correct... yes #12 351.2 checking whether readlink handles trailing slash correctly... yes #12 351.5 checking whether readlink truncates results correctly... yes #12 352.1 checking for readlinkat... (cached) yes #12 352.1 checking whether readlinkat signature is correct... yes #12 352.4 checking for working re_compile_pattern... no #12 353.2 checking libintl.h usability... yes #12 353.4 checking libintl.h presence... yes #12 353.5 checking for libintl.h... yes #12 353.5 checking whether isblank is declared... yes #12 353.7 checking for sig2str... no #12 354.1 checking for sigdescr_np... no #12 354.5 checking for socklen_t... yes #12 354.8 checking for ssize_t... yes #12 356.6 checking for struct stat.st_atim.tv_nsec... yes #12 356.9 checking whether struct stat.st_atim is of type struct timespec... yes #12 357.1 checking for struct stat.st_birthtimespec.tv_nsec... no #12 357.5 checking for struct stat.st_birthtimensec... no #12 357.9 checking for struct stat.st_birthtim.tv_nsec... no #12 358.6 checking for bool, true, false... no #12 359.3 checking for stpcpy... yes #12 359.6 checking for working strnlen... yes #12 360.2 checking whether strtoimax works... yes #12 360.7 checking whether symlink handles trailing slash correctly... yes #12 361.1 checking whether localtime_r is declared... yes #12 361.7 checking whether localtime_r is compatible with its POSIX signature... yes #12 362.3 checking whether localtime works even near extrema... yes #12 362.9 checking for timezone_t... no #12 363.1 checking for timegm... yes #12 363.4 checking whether timer_settime is declared... yes #12 363.6 checking for library containing timer_settime... -lrt #12 364.3 checking for timer_settime... yes #12 364.7 checking for utimensat... yes #12 365.4 checking whether utimensat works... yes #12 367.0 checking for variable-length arrays... yes #12 367.4 checking whether getdtablesize works... yes #12 368.0 checking for __mktime_internal... no #12 368.4 checking for timer_getoverrun... yes #12 368.9 checking for gcc option to disable position independent executables... not needed #12 368.9 checking for __ctype_get_mb_cur_max... yes #12 369.5 checking whether MB_CUR_MAX is defined to function that won't link... no #12 369.7 #12 369.7 Configured for 'x86_64-pc-linux-gnu'. #12 369.7 #12 369.7 Where should the build process find the source code? . #12 369.7 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 369.7 Should Emacs use the GNU version of malloc? no #12 369.7 (The GNU allocators don't work with this system configuration.) #12 369.7 Should Emacs use a relocating allocator for buffers? no #12 369.7 Should Emacs use mmap(2) for buffer allocation? no #12 369.7 What window system should Emacs use? nextstep #12 369.7 What toolkit should Emacs use? none #12 369.7 Where do we find X Windows header files? NONE #12 369.7 Where do we find X Windows libraries? NONE #12 369.8 Does Emacs use -lXaw3d? no #12 369.8 Is Emacs being built for Android? no #12 369.8 Does Emacs use the X Double Buffer Extension? no #12 369.8 Does Emacs use -lXpm? no #12 369.8 Does Emacs use -ljpeg? no #12 369.8 Does Emacs use -ltiff? no #12 369.8 Does Emacs use a gif library? no #12 369.8 Does Emacs use a png library? no #12 369.8 Does Emacs use -lrsvg-2? no #12 369.8 Does Emacs use -lwebp? no #12 369.8 Does Emacs use -lsqlite3? no #12 369.8 Does Emacs use cairo? no #12 369.8 Does Emacs use -llcms2? no #12 369.8 Does Emacs use imagemagick? no #12 369.8 Does Emacs use native APIs for images? yes (ns) #12 369.8 Does Emacs support sound? yes #12 369.8 Does Emacs use -lgpm? no #12 369.8 Does Emacs use -ldbus? yes #12 369.8 Does Emacs use -lgconf? no #12 369.8 Does Emacs use GSettings? no #12 369.8 Does Emacs use a file notification library? yes -lglibc (inotify) #12 369.8 Does Emacs use access control lists? yes -lacl -lattr #12 369.8 Does Emacs use -lselinux? no #12 369.8 Does Emacs use -lgnutls? yes #12 369.8 Does Emacs use -lxml2? no #12 369.8 Does Emacs use -lfreetype? no #12 369.8 Does Emacs use HarfBuzz? no #12 369.8 Does Emacs use -lm17n-flt? no #12 369.8 Does Emacs use -lotf? no #12 369.8 Does Emacs use -lxft? no #12 369.8 Does Emacs use -lsystemd? no #12 369.8 Does Emacs use -ljansson? no #12 369.8 Does Emacs use -ltree-sitter? no #12 369.8 Does Emacs use the GMP library? yes #12 369.8 Does Emacs directly use zlib? yes #12 369.8 Does Emacs have dynamic modules support? yes #12 369.8 Does Emacs use toolkit scroll bars? yes #12 369.8 Does Emacs support Xwidgets? no #12 369.8 Does Emacs have threading support in lisp? yes #12 369.8 Does Emacs support the portable dumper? yes #12 369.8 Does Emacs support legacy unexec dumping? no #12 369.8 Which dumping strategy does Emacs use? pdumper #12 369.8 Does Emacs have native lisp compiler? no #12 369.8 Does Emacs use version 2 of the X Input Extension? no #12 369.8 Does Emacs generate a smaller-size Japanese dictionary? no #12 369.8 #12 369.8 #12 369.8 #12 369.8 Run 'make' to build Emacs, then run 'src/emacs' to test it. #12 369.8 Run 'make install' in order to build an application bundle. #12 369.8 The application will go to nextstep/Emacs.app and can be run or moved #12 369.8 from there. #12 369.8 The application will be fully self-contained. #12 369.8 #12 371.2 configure: creating ./config.status #12 371.8 configure: WARNING: This configuration installs a 'movemail' program #12 371.8 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 371.8 installed a 'movemail' program that retrieved POP3 email via only #12 371.8 insecure channels, a practice that is no longer recommended but that #12 371.8 you can continue to support by using './configure --with-pop'. #12 371.9 configure: You might want to install GNU Mailutils #12 371.9 and use './configure --with-mailutils'. #12 373.4 MAKE='make' ./config.status #12 373.9 config.status: creating src/verbose.mk #12 374.0 config.status: creating src/emacs-module.h #12 374.2 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #12 374.3 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #12 374.4 config.status: creating Makefile #12 374.5 config.status: creating lib/gnulib.mk #12 374.7 config.status: creating ./doc/man/emacs.1 #12 374.8 config.status: creating lib/Makefile #12 374.9 config.status: creating lib-src/Makefile #12 375.1 config.status: creating oldXMenu/Makefile #12 375.2 config.status: creating src/Makefile #12 375.3 config.status: creating lwlib/Makefile #12 375.5 config.status: creating nextstep/Makefile #12 375.7 config.status: creating nt/Makefile #12 375.8 config.status: creating doc/emacs/Makefile #12 376.0 config.status: creating doc/misc/Makefile #12 376.1 config.status: creating doc/lispintro/Makefile #12 376.2 config.status: creating doc/lispref/Makefile #12 376.3 config.status: creating lisp/Makefile #12 376.4 config.status: creating leim/Makefile #12 376.5 config.status: creating test/Makefile #12 376.7 config.status: creating test/manual/noverlay/Makefile #12 376.8 config.status: creating test/infra/Makefile #12 377.0 config.status: creating admin/charsets/Makefile #12 377.1 config.status: creating admin/unidata/Makefile #12 377.2 config.status: creating admin/grammars/Makefile #12 377.3 config.status: creating java/Makefile #12 377.5 config.status: creating cross/Makefile #12 377.6 config.status: creating java/AndroidManifest.xml #12 377.6 config.status: creating src/config.h #12 377.8 config.status: executing src/epaths.h commands #12 377.8 make[3]: Entering directory '/checkout' #12 377.9 make[3]: Leaving directory '/checkout' #12 378.0 config.status: executing src/.gdbinit commands #12 378.0 config.status: executing doc/emacs/emacsver.texi commands #12 378.1 config.status: executing etc-refcards-emacsver.tex commands #12 378.1 make[3]: Entering directory '/checkout' #12 378.2 make[3]: Leaving directory '/checkout' #12 378.2 make[2]: Leaving directory '/checkout' #12 378.2 make actual-all #12 378.2 make[2]: Entering directory '/checkout' #12 378.7 make -C lib all #12 378.8 make[3]: Entering directory '/checkout/lib' #12 378.8 GEN alloca.h #12 378.8 GEN dirent.h #12 378.9 GEN fcntl.h #12 378.9 GEN malloc/dynarray.gl.h #12 379.0 GEN malloc/dynarray-skeleton.gl.h #12 379.1 GEN inttypes.h #12 379.1 GEN limits.h #12 379.2 GEN signal.h #12 379.2 GEN stdckdint.h #12 379.2 GEN stddef.h #12 379.3 GEN stdio.h #12 379.6 GEN stdlib.h #12 380.1 GEN string.h #12 380.4 GEN sys/random.h #12 380.4 GEN sys/select.h #12 380.4 GEN sys/stat.h #12 380.5 GEN sys/time.h #12 380.6 GEN sys/types.h #12 380.6 GEN time.h #12 380.7 GEN unistd.h #12 381.2 CC fingerprint.o #12 381.3 CC mktime.o #12 382.4 CC acl-errno-valid.o #12 382.7 CC acl-internal.o #12 383.0 CC get-permissions.o #12 383.4 CC set-permissions.o #12 383.8 CC allocator.o #12 384.1 CC binary-io.o #12 384.5 CC boot-time.o #12 385.1 CC c-ctype.o #12 385.4 CC c-strcasecmp.o #12 385.6 CC c-strncasecmp.o #12 385.8 CC careadlinkat.o #12 386.3 CC close-stream.o #12 386.6 CC copy-file-range.o #12 386.9 CC count-leading-zeros.o #12 387.2 CC count-one-bits.o #12 387.5 CC count-trailing-zeros.o #12 387.8 CC md5-stream.o #12 388.4 CC md5.o #12 389.3 CC sha1.o #12 391.9 CC sha256.o #12 397.4 CC sha512.o #12 403.8 CC dtoastr.o #12 404.3 CC dtotimespec.o #12 404.5 CC fchmodat.o #12 404.9 CC fcntl.o #12 405.4 CC file-has-acl.o #12 406.6 CC filemode.o #12 406.9 CC filevercmp.o #12 407.5 CC free.o #12 407.8 CC fsusage.o #12 408.1 CC gettime.o #12 408.4 CC malloc/dynarray_at_failure.o #12 408.9 CC malloc/dynarray_emplace_enlarge.o #12 409.2 CC malloc/dynarray_finalize.o #12 409.4 CC malloc/dynarray_resize.o #12 409.8 CC malloc/dynarray_resize_clear.o #12 410.0 CC memset_explicit.o #12 410.3 CC nanosleep.o #12 410.6 CC nproc.o #12 411.0 CC nstrftime.o #12 414.1 CC pipe2.o #12 414.5 CC qcopy-acl.o #12 414.9 CC regex.o #12 436.1 CC sig2str.o #12 436.9 CC sigdescr_np.o #12 437.4 CC stat-time.o #12 437.7 CC tempname.o #12 438.7 CC time_rz.o #12 439.6 CC timegm.o #12 440.0 CC timespec.o #12 440.2 CC timespec-add.o #12 440.6 CC timespec-sub.o #12 442.4 CC u64.o #12 442.7 CC unistd.o #12 443.1 CC openat-die.o #12 443.6 CC save-cwd.o #12 444.0 AR libgnu.a #12 445.0 make[3]: Leaving directory '/checkout/lib' #12 445.0 make -C lib-src all #12 445.0 make[3]: Entering directory '/checkout/lib-src' #12 445.0 CCLD etags #12 468.4 CCLD ctags #12 492.1 CCLD emacsclient #12 496.6 CCLD ebrowse #12 506.6 CCLD hexl #12 508.3 CC pop.o #12 508.5 CCLD movemail #12 509.9 CCLD make-docfile #12 514.8 CCLD make-fingerprint #12 516.0 make[3]: Leaving directory '/checkout/lib-src' #12 516.0 make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' \ #12 516.0 ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' all #12 516.8 make[3]: Entering directory '/checkout/src' #12 516.8 GEN globals.h #12 517.7 CC dispnew.o #12 534.1 CC frame.o #12 553.5 CC scroll.o #12 555.2 CC xdisp.o #12 674.2 CC menu.o #12 682.3 CC window.o #12 710.5 CC charset.o #12 720.6 CC coding.o #12 759.1 CC category.o #12 761.2 CC ccl.o #12 767.8 CC character.o #12 772.2 CC chartab.o #12 777.5 CC bidi.o #12 782.8 CC cm.o #12 784.1 CC term.o #12 794.2 CC terminal.o #12 796.2 CC xfaces.o #12 813.0 CC dbusbind.o #12 826.8 CC emacs.o #12 835.2 CC keyboard.o #12 880.6 CC macros.o #12 881.9 CC keymap.o #12 895.3 CC sysdep.o #12 901.2 CC bignum.o #12 903.4 CC buffer.o #12 915.2 CC filelock.o #12 917.3 CC insdel.o #12 922.3 CC marker.o #12 924.9 CC minibuf.o #12 932.6 CC fileio.o #12 948.5 CC dired.o #12 953.3 CC cmds.o #12 958.0 CC casetab.o #12 960.5 CC casefiddle.o #12 964.9 CC indent.o #12 977.7 CC search.o #12 989.8 CC regex-emacs.o #12 1010. CC undo.o #12 1011. CC alloc.o #12 1024. CC pdumper.o #12 1034. CC data.o #12 1046. GEN buildobj.h #12 1047. CC doc.o #12 1051. CC editfns.o #12 1065. CC callint.o #12 1069. CC eval.o #12 1090. CC floatfns.o #12 1095. CC fns.o #12 1122. CC sort.o #12 1125. CC font.o #12 1146. CC print.o #12 1154. CC lread.o #12 1168. CC emacs-module.o #12 1178. CC syntax.o #12 1201. CC bytecode.o #12 1210. CC comp.o #12 1211. CC dynlib.o #12 1211. CC process.o #12 1230. CC gnutls.o #12 1238. CC callproc.o #12 1242. CC region-cache.o #12 1243. CC sound.o #12 1245. CC timefns.o #12 1249. CC atimer.o #12 1250. CC doprnt.o #12 1251. CC intervals.o #12 1256. CC textprop.o #12 1263. CC composite.o #12 1274. CC xml.o #12 1275. CC lcms.o #12 1275. CC inotify.o #12 1279. CC profiler.o #12 1281. CC decompress.o #12 1283. CC thread.o #12 1287. CC systhread.o #12 1289. CC sqlite.o #12 1291. CC treesit.o #12 1293. CC itree.o #12 1297. CC fontset.o #12 1307. CC fringe.o #12 1316. CC image.o #12 1327. image.c:143: warning: macro "PIX_MASK_DRAW" is not used [-Wunused-macros] #12 1327. 143 | #define PIX_MASK_DRAW 1 #12 1327. | #12 1328. CC nsterm.o #12 1328. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1328. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1330. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1330. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1330. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1330. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1330. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1330. | ^~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1330. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1330. | ^~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1330. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1330. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1330. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1330. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 88 | #if GS_API_VERSION(0,011500) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1330. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1330. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1330. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1330. | ^~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1330. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1330. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1330. | ^~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1330. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1330. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1330. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1330. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1330. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1330. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1330. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1330. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 45 | #if GS_EXPOSE(NSArchiver) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 114 | #if GS_EXPOSE(NSBundle) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 43 | #if GS_EXPOSE(NSCache) #12 1330. | ^~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 113 | #if GS_EXPOSE(NSException) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1330. 303 | NSGetUncaughtExceptionHandler(); #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 53 | #if GS_EXPOSE(NSExpression) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 47 | #if GS_EXPOSE(NSTimer) #12 1330. | ^~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1330. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1330. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 46 | #if GS_EXPOSE(NSRunLoop) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1330. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 40 | #if GS_EXPOSE(NSDistantObject) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 74 | #if GS_EXPOSE(NSLock) #12 1330. | ^~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 125 | #if GS_EXPOSE(NSCondition) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 175 | #if GS_EXPOSE(NSConditionLock) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1330. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 134 | #if GS_EXPOSE(NSError) #12 1330. | ^~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1330. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 182 | #if GS_EXPOSE(NSURLHandle) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 73 | #if GS_EXPOSE(NSURL) #12 1330. | ^~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1330. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 633 | #if GS_EXPOSE(NSURLComponents) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 160 | #if GS_EXPOSE(NSPipe) #12 1330. | ^~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 215 | #if GS_EXPOSE(NSFileManager) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 42 | #if GS_EXPOSE(NSHost) #12 1330. | ^~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 47 | #if GS_EXPOSE(NSIndexPath) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 49 | #if GS_EXPOSE(NSIndexSet) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 38 | #if GS_EXPOSE(NSInvocation) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 103 | #if GS_EXPOSE(NSLocale) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 361 | #if GS_EXPOSE(NSNetService) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 53 | #if GS_EXPOSE(NSPortCoder) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 77 | #if GS_EXPOSE(NSPort) #12 1330. | ^~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 202 | #if GS_EXPOSE(NSSocketPort) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 284 | #if GS_EXPOSE(NSMessagePort) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 47 | #if GS_EXPOSE(NSPortMessage) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 53 | #if GS_EXPOSE(NSProgress) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 42 | #if GS_EXPOSE(NSScanner) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 58 | #if GS_EXPOSE(NSSpellServer) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 51 | #if GS_EXPOSE(NSTask) #12 1330. | ^~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 59 | #if GS_EXPOSE(NSThread) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 87 | #if GS_EXPOSE(NSUndoManager) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 105 | #if GS_EXPOSE(NSURLCache) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 48 | #if GS_EXPOSE(NSURLConnection) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 56 | #if GS_EXPOSE(NSURLCredential) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 49 | #if GS_EXPOSE(NSURLDownload) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 92 | #if GS_EXPOSE(NSURLRequest) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 49 | #if GS_EXPOSE(NSURLResponse) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1330. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1330. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1330. | ^ #12 1330. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1330. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1330. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1330. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1330. from nsgui.h:34, #12 1330. from dispextern.h:137, #12 1330. from nsterm.h:22, #12 1330. from nsterm.m:48: #12 1330. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1330. | ^ #12 1330. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1330. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1330. | ^ #12 1331. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 72 | #if GS_EXPOSE(NSXMLParser) #12 1331. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1331. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1331. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1331. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1331. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1331. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1331. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1331. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1331. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1331. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1331. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1331. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1331. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1331. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1331. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1331. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1331. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1331. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1331. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1331. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1331. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1331. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1331. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1331. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1331. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1331. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1331. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1331. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1331. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1331. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1331. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1331. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1331. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1331. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1331. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1331. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1331. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1331. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1331. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1331. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1331. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1331. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1331. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1331. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1331. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1331. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1331. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1331. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1331. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1331. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1331. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1331. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1331. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1331. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1331. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1331. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1331. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1331. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1331. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1331. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1331. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1331. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1331. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1331. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1331. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1331. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1331. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1331. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1331. | ^~~~~~~~~~~~~~~~~~~~ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1331. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1331. | ^~~~~~~~~~~~~~~~~~~~ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1331. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1331. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1331. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1331. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1331. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1331. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1331. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1331. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1331. | ^ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1331. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1331. | ^ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 125 | __attribute__((unused)); #12 1331. | ^~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 129 | __attribute__((unused)); #12 1331. | ^~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 133 | __attribute__((unused)); #12 1331. | ^~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 214 | __attribute__((unused)); #12 1331. | ^~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 247 | __attribute__((unused)); #12 1331. | ^~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 251 | __attribute__((unused)); #12 1331. | ^~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 259 | __attribute__((unused)); #12 1331. | ^~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 263 | __attribute__((unused)); #12 1331. | ^~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 267 | __attribute__((unused)); #12 1331. | ^~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 271 | __attribute__((unused)); #12 1331. | ^~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 275 | __attribute__((unused)); #12 1331. | ^~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 287 | __attribute__((unused)); #12 1331. | ^~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 311 | __attribute__((unused)); #12 1331. | ^~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 323 | __attribute__((unused)); #12 1331. | ^~~~~~~~~~~~~ #12 1331. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1331. from nsgui.h:34, #12 1331. from dispextern.h:137, #12 1331. from nsterm.h:22, #12 1331. from nsterm.m:48: #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 493 | PSgsave() #12 1331. | ^~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 499 | PSgrestore() #12 1331. | ^~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 505 | PSinitgraphics() #12 1331. | ^~~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 622 | PSinitmatrix() #12 1331. | ^~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 669 | PSclip() #12 1331. | ^~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 675 | PSclosepath() #12 1331. | ^~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 687 | PSeoclip() #12 1331. | ^~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 693 | PSeofill() #12 1331. | ^~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 699 | PSfill() #12 1331. | ^~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 705 | PSflattenpath() #12 1331. | ^~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 711 | PSinitclip() #12 1331. | ^~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 729 | PSnewpath() #12 1331. | ^~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 765 | PSreversepath() #12 1331. | ^~~~~~~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 783 | PSstroke() #12 1331. | ^~~~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1331. 835 | PSWait() #12 1331. | ^~~~~~ #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1331. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1332. nsterm.m: In function 'ns_set_undecorated': #12 1332. nsterm.m:1794:7: warning: 'NSWindow' may not respond to '-setIsVisible:' #12 1332. 1794 | [newWindow setIsVisible:[oldWindow isVisible]]; #12 1332. | ^ #12 1332. nsterm.m:1794:7: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) #12 1332. nsterm.m: In function '-[EmacsView showFontPanel]': #12 1332. nsterm.m:6687:3: warning: 'NSFontPanel' may not respond to '-setIsVisible:' #12 1332. 6687 | [[fm fontPanel: YES] setIsVisible: NO]; #12 1332. | ^ #12 1356. CC nsfns.o #12 1356. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1356. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1357. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1357. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1357. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1357. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1357. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1357. | ^~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1357. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1357. | ^~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1357. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1357. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1357. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1357. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 88 | #if GS_API_VERSION(0,011500) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1357. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1357. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1357. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1357. | ^~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1357. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1357. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1357. | ^~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1357. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1357. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1357. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1357. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1357. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1357. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1357. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1357. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 45 | #if GS_EXPOSE(NSArchiver) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 114 | #if GS_EXPOSE(NSBundle) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 43 | #if GS_EXPOSE(NSCache) #12 1357. | ^~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 113 | #if GS_EXPOSE(NSException) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1357. 303 | NSGetUncaughtExceptionHandler(); #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 53 | #if GS_EXPOSE(NSExpression) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 47 | #if GS_EXPOSE(NSTimer) #12 1357. | ^~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1357. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1357. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 46 | #if GS_EXPOSE(NSRunLoop) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1357. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 40 | #if GS_EXPOSE(NSDistantObject) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 74 | #if GS_EXPOSE(NSLock) #12 1357. | ^~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 125 | #if GS_EXPOSE(NSCondition) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 175 | #if GS_EXPOSE(NSConditionLock) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1357. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 134 | #if GS_EXPOSE(NSError) #12 1357. | ^~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1357. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 182 | #if GS_EXPOSE(NSURLHandle) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 73 | #if GS_EXPOSE(NSURL) #12 1357. | ^~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1357. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 633 | #if GS_EXPOSE(NSURLComponents) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 160 | #if GS_EXPOSE(NSPipe) #12 1357. | ^~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 215 | #if GS_EXPOSE(NSFileManager) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 42 | #if GS_EXPOSE(NSHost) #12 1357. | ^~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 47 | #if GS_EXPOSE(NSIndexPath) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 49 | #if GS_EXPOSE(NSIndexSet) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 38 | #if GS_EXPOSE(NSInvocation) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 103 | #if GS_EXPOSE(NSLocale) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 361 | #if GS_EXPOSE(NSNetService) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 53 | #if GS_EXPOSE(NSPortCoder) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 77 | #if GS_EXPOSE(NSPort) #12 1357. | ^~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 202 | #if GS_EXPOSE(NSSocketPort) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 284 | #if GS_EXPOSE(NSMessagePort) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 47 | #if GS_EXPOSE(NSPortMessage) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 53 | #if GS_EXPOSE(NSProgress) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 42 | #if GS_EXPOSE(NSScanner) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 58 | #if GS_EXPOSE(NSSpellServer) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 51 | #if GS_EXPOSE(NSTask) #12 1357. | ^~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 59 | #if GS_EXPOSE(NSThread) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 87 | #if GS_EXPOSE(NSUndoManager) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 105 | #if GS_EXPOSE(NSURLCache) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 48 | #if GS_EXPOSE(NSURLConnection) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 56 | #if GS_EXPOSE(NSURLCredential) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 49 | #if GS_EXPOSE(NSURLDownload) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 92 | #if GS_EXPOSE(NSURLRequest) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 49 | #if GS_EXPOSE(NSURLResponse) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1357. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1357. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1357. | ^ #12 1357. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 72 | #if GS_EXPOSE(NSXMLParser) #12 1357. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1357. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1357. | ^ #12 1357. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1357. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1357. from nsgui.h:34, #12 1357. from dispextern.h:137, #12 1357. from nsterm.h:22, #12 1357. from nsfns.m:38: #12 1357. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1357. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1357. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1358. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1358. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1358. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1358. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1358. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1358. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1358. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1358. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1358. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1358. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1358. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1358. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1358. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1358. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1358. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1358. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1358. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1358. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1358. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1358. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1358. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1358. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1358. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1358. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1358. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1358. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1358. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1358. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1358. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1358. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1358. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1358. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1358. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1358. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1358. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1358. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1358. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1358. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1358. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1358. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1358. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1358. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1358. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1358. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1358. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1358. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1358. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1358. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1358. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1358. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1358. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1358. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1358. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1358. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1358. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1358. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1358. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1358. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1358. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1358. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1358. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1358. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1358. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1358. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1358. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1358. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1358. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1358. | ^~~~~~~~~~~~~~~~~~~~ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1358. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1358. | ^~~~~~~~~~~~~~~~~~~~ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1358. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1358. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1358. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1358. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1358. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1358. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1358. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1358. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1358. | ^ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1358. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1358. | ^ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 125 | __attribute__((unused)); #12 1358. | ^~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 129 | __attribute__((unused)); #12 1358. | ^~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 133 | __attribute__((unused)); #12 1358. | ^~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 214 | __attribute__((unused)); #12 1358. | ^~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 247 | __attribute__((unused)); #12 1358. | ^~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 251 | __attribute__((unused)); #12 1358. | ^~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 259 | __attribute__((unused)); #12 1358. | ^~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 263 | __attribute__((unused)); #12 1358. | ^~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 267 | __attribute__((unused)); #12 1358. | ^~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 271 | __attribute__((unused)); #12 1358. | ^~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 275 | __attribute__((unused)); #12 1358. | ^~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 287 | __attribute__((unused)); #12 1358. | ^~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 311 | __attribute__((unused)); #12 1358. | ^~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 323 | __attribute__((unused)); #12 1358. | ^~~~~~~~~~~~~ #12 1358. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1358. from nsgui.h:34, #12 1358. from dispextern.h:137, #12 1358. from nsterm.h:22, #12 1358. from nsfns.m:38: #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 493 | PSgsave() #12 1358. | ^~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 499 | PSgrestore() #12 1358. | ^~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 505 | PSinitgraphics() #12 1358. | ^~~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 622 | PSinitmatrix() #12 1358. | ^~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 669 | PSclip() #12 1358. | ^~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 675 | PSclosepath() #12 1358. | ^~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 687 | PSeoclip() #12 1358. | ^~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 693 | PSeofill() #12 1358. | ^~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 699 | PSfill() #12 1358. | ^~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 705 | PSflattenpath() #12 1358. | ^~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 711 | PSinitclip() #12 1358. | ^~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 729 | PSnewpath() #12 1358. | ^~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 765 | PSreversepath() #12 1358. | ^~~~~~~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 783 | PSstroke() #12 1358. | ^~~~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1358. 835 | PSWait() #12 1358. | ^~~~~~ #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1358. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1359. nsfns.m: At top level: #12 1359. nsfns.m:689:1: warning: no previous prototype for 'ns_make_frame_key_window' [-Wmissing-prototypes] #12 1359. 689 | ns_make_frame_key_window (struct frame *f) #12 1359. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1370. CC nsmenu.o #12 1370. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1370. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1371. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1371. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1371. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1371. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1371. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1371. | ^~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1371. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1371. | ^~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1371. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1371. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1371. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1371. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 88 | #if GS_API_VERSION(0,011500) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1371. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1371. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1371. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1371. | ^~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1371. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1371. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1371. | ^~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1371. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1371. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1371. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1371. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1371. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1371. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1371. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1371. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 45 | #if GS_EXPOSE(NSArchiver) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 114 | #if GS_EXPOSE(NSBundle) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 43 | #if GS_EXPOSE(NSCache) #12 1371. | ^~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 113 | #if GS_EXPOSE(NSException) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1371. 303 | NSGetUncaughtExceptionHandler(); #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 53 | #if GS_EXPOSE(NSExpression) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 47 | #if GS_EXPOSE(NSTimer) #12 1371. | ^~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1371. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1371. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 46 | #if GS_EXPOSE(NSRunLoop) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1371. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 40 | #if GS_EXPOSE(NSDistantObject) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 74 | #if GS_EXPOSE(NSLock) #12 1371. | ^~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 125 | #if GS_EXPOSE(NSCondition) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 175 | #if GS_EXPOSE(NSConditionLock) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1371. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 134 | #if GS_EXPOSE(NSError) #12 1371. | ^~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1371. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 182 | #if GS_EXPOSE(NSURLHandle) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 73 | #if GS_EXPOSE(NSURL) #12 1371. | ^~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1371. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 633 | #if GS_EXPOSE(NSURLComponents) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 160 | #if GS_EXPOSE(NSPipe) #12 1371. | ^~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 215 | #if GS_EXPOSE(NSFileManager) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 42 | #if GS_EXPOSE(NSHost) #12 1371. | ^~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 47 | #if GS_EXPOSE(NSIndexPath) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 49 | #if GS_EXPOSE(NSIndexSet) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 38 | #if GS_EXPOSE(NSInvocation) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 103 | #if GS_EXPOSE(NSLocale) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 361 | #if GS_EXPOSE(NSNetService) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 53 | #if GS_EXPOSE(NSPortCoder) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 77 | #if GS_EXPOSE(NSPort) #12 1371. | ^~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 202 | #if GS_EXPOSE(NSSocketPort) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 284 | #if GS_EXPOSE(NSMessagePort) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 47 | #if GS_EXPOSE(NSPortMessage) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 53 | #if GS_EXPOSE(NSProgress) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 42 | #if GS_EXPOSE(NSScanner) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 58 | #if GS_EXPOSE(NSSpellServer) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 51 | #if GS_EXPOSE(NSTask) #12 1371. | ^~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 59 | #if GS_EXPOSE(NSThread) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 87 | #if GS_EXPOSE(NSUndoManager) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 105 | #if GS_EXPOSE(NSURLCache) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 48 | #if GS_EXPOSE(NSURLConnection) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 56 | #if GS_EXPOSE(NSURLCredential) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 49 | #if GS_EXPOSE(NSURLDownload) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 92 | #if GS_EXPOSE(NSURLRequest) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 49 | #if GS_EXPOSE(NSURLResponse) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1371. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1371. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 72 | #if GS_EXPOSE(NSXMLParser) #12 1371. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1371. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1371. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1371. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1371. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1371. | ^ #12 1371. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1371. | ^ #12 1371. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1371. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1371. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1371. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1371. from nsgui.h:34, #12 1371. from dispextern.h:137, #12 1371. from window.h:23, #12 1371. from nsmenu.m:29: #12 1371. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1371. | ^ #12 1371. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1371. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1371. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1372. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1372. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1372. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1372. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1372. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1372. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1372. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1372. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1372. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1372. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1372. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1372. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1372. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1372. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1372. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1372. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1372. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1372. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1372. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1372. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1372. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1372. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1372. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1372. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1372. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1372. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1372. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1372. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1372. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1372. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1372. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1372. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1372. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1372. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1372. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1372. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1372. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1372. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1372. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1372. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1372. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1372. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1372. | ^~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1372. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1372. | ^~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1372. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1372. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1372. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1372. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1372. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1372. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1372. | ^ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1372. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1372. | ^ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 125 | __attribute__((unused)); #12 1372. | ^~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 129 | __attribute__((unused)); #12 1372. | ^~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 133 | __attribute__((unused)); #12 1372. | ^~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 214 | __attribute__((unused)); #12 1372. | ^~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 247 | __attribute__((unused)); #12 1372. | ^~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 251 | __attribute__((unused)); #12 1372. | ^~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 259 | __attribute__((unused)); #12 1372. | ^~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 263 | __attribute__((unused)); #12 1372. | ^~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 267 | __attribute__((unused)); #12 1372. | ^~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 271 | __attribute__((unused)); #12 1372. | ^~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 275 | __attribute__((unused)); #12 1372. | ^~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 287 | __attribute__((unused)); #12 1372. | ^~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 311 | __attribute__((unused)); #12 1372. | ^~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 323 | __attribute__((unused)); #12 1372. | ^~~~~~~~~~~~~ #12 1372. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1372. from nsgui.h:34, #12 1372. from dispextern.h:137, #12 1372. from window.h:23, #12 1372. from nsmenu.m:29: #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 493 | PSgsave() #12 1372. | ^~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 499 | PSgrestore() #12 1372. | ^~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 505 | PSinitgraphics() #12 1372. | ^~~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 622 | PSinitmatrix() #12 1372. | ^~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 669 | PSclip() #12 1372. | ^~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 675 | PSclosepath() #12 1372. | ^~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 687 | PSeoclip() #12 1372. | ^~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 693 | PSeofill() #12 1372. | ^~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 699 | PSfill() #12 1372. | ^~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 705 | PSflattenpath() #12 1372. | ^~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 711 | PSinitclip() #12 1372. | ^~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 729 | PSnewpath() #12 1372. | ^~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 765 | PSreversepath() #12 1372. | ^~~~~~~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 783 | PSstroke() #12 1372. | ^~~~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1372. 835 | PSWait() #12 1372. | ^~~~~~ #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1372. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1378. CC nsselect.o #12 1378. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1378. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1379. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1379. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1379. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1379. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1379. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1379. | ^~~~~~~~~~~~~~~~~~~~ #12 1379. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1379. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1379. | ^~~~~~~~~~~~~~~~~~~~ #12 1379. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1379. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1379. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1379. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1379. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 88 | #if GS_API_VERSION(0,011500) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1379. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1379. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1379. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1379. | ^~~~~~~~~~ #12 1379. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1379. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1379. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1379. | ^~~~~~~~~~ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1379. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1379. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1379. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1379. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1379. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1379. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1379. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1379. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1379. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 45 | #if GS_EXPOSE(NSArchiver) #12 1379. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1379. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1379. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1379. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1379. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1379. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 114 | #if GS_EXPOSE(NSBundle) #12 1379. | ^~~~~~~~~~~~~~~~~~~~~ #12 1379. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 43 | #if GS_EXPOSE(NSCache) #12 1379. | ^~~~~~~~~~~~~~~~~~~~ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1379. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1379. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 113 | #if GS_EXPOSE(NSException) #12 1379. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1379. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1379. 303 | NSGetUncaughtExceptionHandler(); #12 1379. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 53 | #if GS_EXPOSE(NSExpression) #12 1379. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1379. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1379. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 47 | #if GS_EXPOSE(NSTimer) #12 1379. | ^~~~~~~~~~~~~~~~~~~~ #12 1379. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1379. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1379. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 46 | #if GS_EXPOSE(NSRunLoop) #12 1379. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1379. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1379. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1379. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1379. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1379. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1379. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1379. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 40 | #if GS_EXPOSE(NSDistantObject) #12 1379. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1379. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 74 | #if GS_EXPOSE(NSLock) #12 1379. | ^~~~~~~~~~~~~~~~~~~ #12 1379. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 125 | #if GS_EXPOSE(NSCondition) #12 1379. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1379. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 175 | #if GS_EXPOSE(NSConditionLock) #12 1379. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1379. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1379. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1379. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1379. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1379. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1379. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1379. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 134 | #if GS_EXPOSE(NSError) #12 1379. | ^~~~~~~~~~~~~~~~~~~~ #12 1379. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1379. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 182 | #if GS_EXPOSE(NSURLHandle) #12 1379. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1379. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 73 | #if GS_EXPOSE(NSURL) #12 1379. | ^~~~~~~~~~~~~~~~~~ #12 1379. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1379. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1379. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1379. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 633 | #if GS_EXPOSE(NSURLComponents) #12 1379. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1379. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 160 | #if GS_EXPOSE(NSPipe) #12 1379. | ^~~~~~~~~~~~~~~~~~~ #12 1379. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1379. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 215 | #if GS_EXPOSE(NSFileManager) #12 1379. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1379. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1379. | ^ #12 1379. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1379. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1379. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1379. | ^ #12 1379. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1379. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1379. from nsgui.h:34, #12 1379. from dispextern.h:137, #12 1379. from nsterm.h:22, #12 1379. from nsselect.m:31: #12 1379. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1379. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1379. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 42 | #if GS_EXPOSE(NSHost) #12 1380. | ^~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 47 | #if GS_EXPOSE(NSIndexPath) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 49 | #if GS_EXPOSE(NSIndexSet) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1380. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 38 | #if GS_EXPOSE(NSInvocation) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1380. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1380. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1380. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 103 | #if GS_EXPOSE(NSLocale) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1380. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 361 | #if GS_EXPOSE(NSNetService) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 53 | #if GS_EXPOSE(NSPortCoder) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1380. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 77 | #if GS_EXPOSE(NSPort) #12 1380. | ^~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 202 | #if GS_EXPOSE(NSSocketPort) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 284 | #if GS_EXPOSE(NSMessagePort) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 47 | #if GS_EXPOSE(NSPortMessage) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 53 | #if GS_EXPOSE(NSProgress) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 42 | #if GS_EXPOSE(NSScanner) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 58 | #if GS_EXPOSE(NSSpellServer) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1380. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 51 | #if GS_EXPOSE(NSTask) #12 1380. | ^~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1380. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 59 | #if GS_EXPOSE(NSThread) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1380. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 87 | #if GS_EXPOSE(NSUndoManager) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 105 | #if GS_EXPOSE(NSURLCache) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 48 | #if GS_EXPOSE(NSURLConnection) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 56 | #if GS_EXPOSE(NSURLCredential) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 49 | #if GS_EXPOSE(NSURLDownload) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 92 | #if GS_EXPOSE(NSURLRequest) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 49 | #if GS_EXPOSE(NSURLResponse) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1380. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1380. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 72 | #if GS_EXPOSE(NSXMLParser) #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1380. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1380. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1380. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1380. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1380. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1380. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1380. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1380. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1380. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1380. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1380. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1380. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1380. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1380. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1380. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1380. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1380. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1380. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1380. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1380. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1380. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1380. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1380. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1380. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1380. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1380. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1380. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1380. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1380. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1380. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1380. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1380. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1380. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1380. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1380. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1380. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1380. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1380. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1380. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1380. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1380. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1380. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1380. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1380. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1380. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1380. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1380. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1380. | ^~~~~~~~~~~~~~~~~~~~ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1380. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1380. | ^~~~~~~~~~~~~~~~~~~~ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1380. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1380. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1380. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1380. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1380. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1380. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1380. | ^ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1380. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1380. | ^ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 125 | __attribute__((unused)); #12 1380. | ^~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 129 | __attribute__((unused)); #12 1380. | ^~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 133 | __attribute__((unused)); #12 1380. | ^~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 214 | __attribute__((unused)); #12 1380. | ^~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 247 | __attribute__((unused)); #12 1380. | ^~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 251 | __attribute__((unused)); #12 1380. | ^~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 259 | __attribute__((unused)); #12 1380. | ^~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 263 | __attribute__((unused)); #12 1380. | ^~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 267 | __attribute__((unused)); #12 1380. | ^~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 271 | __attribute__((unused)); #12 1380. | ^~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 275 | __attribute__((unused)); #12 1380. | ^~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 287 | __attribute__((unused)); #12 1380. | ^~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 311 | __attribute__((unused)); #12 1380. | ^~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 323 | __attribute__((unused)); #12 1380. | ^~~~~~~~~~~~~ #12 1380. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1380. from nsgui.h:34, #12 1380. from dispextern.h:137, #12 1380. from nsterm.h:22, #12 1380. from nsselect.m:31: #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 493 | PSgsave() #12 1380. | ^~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 499 | PSgrestore() #12 1380. | ^~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 505 | PSinitgraphics() #12 1380. | ^~~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 622 | PSinitmatrix() #12 1380. | ^~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 669 | PSclip() #12 1380. | ^~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 675 | PSclosepath() #12 1380. | ^~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 687 | PSeoclip() #12 1380. | ^~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 693 | PSeofill() #12 1380. | ^~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 699 | PSfill() #12 1380. | ^~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 705 | PSflattenpath() #12 1380. | ^~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 711 | PSinitclip() #12 1380. | ^~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 729 | PSnewpath() #12 1380. | ^~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 765 | PSreversepath() #12 1380. | ^~~~~~~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 783 | PSstroke() #12 1380. | ^~~~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1380. 835 | PSWait() #12 1380. | ^~~~~~ #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1380. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1384. CC nsimage.o #12 1384. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1384. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1385. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1385. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1385. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1385. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1385. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1385. | ^~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1385. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1385. | ^~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1385. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1385. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1385. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1385. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 88 | #if GS_API_VERSION(0,011500) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1385. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1385. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1385. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1385. | ^~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1385. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1385. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1385. | ^~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1385. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1385. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1385. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1385. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1385. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1385. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1385. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1385. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 45 | #if GS_EXPOSE(NSArchiver) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 114 | #if GS_EXPOSE(NSBundle) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 43 | #if GS_EXPOSE(NSCache) #12 1385. | ^~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 113 | #if GS_EXPOSE(NSException) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1385. 303 | NSGetUncaughtExceptionHandler(); #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 53 | #if GS_EXPOSE(NSExpression) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 47 | #if GS_EXPOSE(NSTimer) #12 1385. | ^~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1385. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1385. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 46 | #if GS_EXPOSE(NSRunLoop) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1385. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 40 | #if GS_EXPOSE(NSDistantObject) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 74 | #if GS_EXPOSE(NSLock) #12 1385. | ^~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 125 | #if GS_EXPOSE(NSCondition) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 175 | #if GS_EXPOSE(NSConditionLock) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1385. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 134 | #if GS_EXPOSE(NSError) #12 1385. | ^~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1385. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 182 | #if GS_EXPOSE(NSURLHandle) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 73 | #if GS_EXPOSE(NSURL) #12 1385. | ^~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1385. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 633 | #if GS_EXPOSE(NSURLComponents) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 160 | #if GS_EXPOSE(NSPipe) #12 1385. | ^~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 215 | #if GS_EXPOSE(NSFileManager) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 42 | #if GS_EXPOSE(NSHost) #12 1385. | ^~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 47 | #if GS_EXPOSE(NSIndexPath) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 49 | #if GS_EXPOSE(NSIndexSet) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 38 | #if GS_EXPOSE(NSInvocation) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 103 | #if GS_EXPOSE(NSLocale) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 361 | #if GS_EXPOSE(NSNetService) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 53 | #if GS_EXPOSE(NSPortCoder) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 77 | #if GS_EXPOSE(NSPort) #12 1385. | ^~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 202 | #if GS_EXPOSE(NSSocketPort) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 284 | #if GS_EXPOSE(NSMessagePort) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 47 | #if GS_EXPOSE(NSPortMessage) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 53 | #if GS_EXPOSE(NSProgress) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 42 | #if GS_EXPOSE(NSScanner) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 58 | #if GS_EXPOSE(NSSpellServer) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 51 | #if GS_EXPOSE(NSTask) #12 1385. | ^~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 59 | #if GS_EXPOSE(NSThread) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 87 | #if GS_EXPOSE(NSUndoManager) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 105 | #if GS_EXPOSE(NSURLCache) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 48 | #if GS_EXPOSE(NSURLConnection) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 56 | #if GS_EXPOSE(NSURLCredential) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 49 | #if GS_EXPOSE(NSURLDownload) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 92 | #if GS_EXPOSE(NSURLRequest) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 49 | #if GS_EXPOSE(NSURLResponse) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1385. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1385. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1385. | ^ #12 1385. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1385. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1385. from nsgui.h:34, #12 1385. from dispextern.h:137, #12 1385. from nsimage.m:33: #12 1385. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1385. | ^ #12 1385. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 72 | #if GS_EXPOSE(NSXMLParser) #12 1385. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1385. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1385. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1385. | ^ #12 1386. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1386. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1386. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1386. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1386. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1386. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1386. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1386. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1386. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1386. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1386. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1386. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1386. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1386. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1386. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1386. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1386. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1386. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1386. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1386. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1386. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1386. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1386. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1386. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1386. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1386. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1386. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1386. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1386. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1386. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1386. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1386. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1386. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1386. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1386. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1386. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1386. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1386. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1386. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1386. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1386. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1386. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1386. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1386. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1386. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1386. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1386. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1386. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1386. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1386. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1386. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1386. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1386. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1386. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1386. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1386. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1386. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1386. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1386. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1386. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1386. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1386. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1386. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1386. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1386. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1386. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1386. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1386. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1386. | ^~~~~~~~~~~~~~~~~~~~ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1386. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1386. | ^~~~~~~~~~~~~~~~~~~~ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1386. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1386. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1386. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1386. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1386. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1386. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1386. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1386. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1386. | ^ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1386. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1386. | ^ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 125 | __attribute__((unused)); #12 1386. | ^~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 129 | __attribute__((unused)); #12 1386. | ^~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 133 | __attribute__((unused)); #12 1386. | ^~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 214 | __attribute__((unused)); #12 1386. | ^~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 247 | __attribute__((unused)); #12 1386. | ^~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 251 | __attribute__((unused)); #12 1386. | ^~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 259 | __attribute__((unused)); #12 1386. | ^~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 263 | __attribute__((unused)); #12 1386. | ^~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 267 | __attribute__((unused)); #12 1386. | ^~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 271 | __attribute__((unused)); #12 1386. | ^~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 275 | __attribute__((unused)); #12 1386. | ^~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 287 | __attribute__((unused)); #12 1386. | ^~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 311 | __attribute__((unused)); #12 1386. | ^~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 323 | __attribute__((unused)); #12 1386. | ^~~~~~~~~~~~~ #12 1386. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1386. from nsgui.h:34, #12 1386. from dispextern.h:137, #12 1386. from nsimage.m:33: #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 493 | PSgsave() #12 1386. | ^~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 499 | PSgrestore() #12 1386. | ^~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 505 | PSinitgraphics() #12 1386. | ^~~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 622 | PSinitmatrix() #12 1386. | ^~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 669 | PSclip() #12 1386. | ^~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 675 | PSclosepath() #12 1386. | ^~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 687 | PSeoclip() #12 1386. | ^~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 693 | PSeofill() #12 1386. | ^~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 699 | PSfill() #12 1386. | ^~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 705 | PSflattenpath() #12 1386. | ^~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 711 | PSinitclip() #12 1386. | ^~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 729 | PSnewpath() #12 1386. | ^~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 765 | PSreversepath() #12 1386. | ^~~~~~~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 783 | PSstroke() #12 1386. | ^~~~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1386. 835 | PSWait() #12 1386. | ^~~~~~ #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1386. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1389. CC nsfont.o #12 1389. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1389. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1390. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1390. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1390. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1390. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1390. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1390. | ^~~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1390. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1390. | ^~~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1390. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1390. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1390. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1390. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 88 | #if GS_API_VERSION(0,011500) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1390. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1390. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1390. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1390. | ^~~~~~~~~~ #12 1390. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1390. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1390. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1390. | ^~~~~~~~~~ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1390. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1390. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1390. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1390. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1390. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1390. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1390. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1390. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 45 | #if GS_EXPOSE(NSArchiver) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 114 | #if GS_EXPOSE(NSBundle) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 43 | #if GS_EXPOSE(NSCache) #12 1390. | ^~~~~~~~~~~~~~~~~~~~ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 113 | #if GS_EXPOSE(NSException) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1390. 303 | NSGetUncaughtExceptionHandler(); #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 53 | #if GS_EXPOSE(NSExpression) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 47 | #if GS_EXPOSE(NSTimer) #12 1390. | ^~~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1390. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1390. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 46 | #if GS_EXPOSE(NSRunLoop) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1390. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 40 | #if GS_EXPOSE(NSDistantObject) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 74 | #if GS_EXPOSE(NSLock) #12 1390. | ^~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 125 | #if GS_EXPOSE(NSCondition) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 175 | #if GS_EXPOSE(NSConditionLock) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1390. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 134 | #if GS_EXPOSE(NSError) #12 1390. | ^~~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1390. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 182 | #if GS_EXPOSE(NSURLHandle) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 73 | #if GS_EXPOSE(NSURL) #12 1390. | ^~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1390. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 633 | #if GS_EXPOSE(NSURLComponents) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 160 | #if GS_EXPOSE(NSPipe) #12 1390. | ^~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 215 | #if GS_EXPOSE(NSFileManager) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 42 | #if GS_EXPOSE(NSHost) #12 1390. | ^~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 47 | #if GS_EXPOSE(NSIndexPath) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 49 | #if GS_EXPOSE(NSIndexSet) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 38 | #if GS_EXPOSE(NSInvocation) #12 1390. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1390. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1390. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1390. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1390. | ^ #12 1390. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1390. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1390. from nsgui.h:34, #12 1390. from dispextern.h:137, #12 1390. from nsfont.m:28: #12 1390. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be p #12 1390. [output clipped, log limit 2MiB reached] #12 1392. make[3]: Leaving directory '/checkout/src' #12 1392. make[2]: Leaving directory '/checkout' #12 1392. make[1]: Leaving directory '/checkout' #12 1392. make[1]: Entering directory '/checkout' #12 1392. make[1]: Leaving directory '/checkout' #12 1396. /GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1396. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 361 | #if GS_EXPOSE(NSNetService) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 53 | #if GS_EXPOSE(NSPortCoder) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1396. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 77 | #if GS_EXPOSE(NSPort) #12 1396. | ^~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 202 | #if GS_EXPOSE(NSSocketPort) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 284 | #if GS_EXPOSE(NSMessagePort) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 47 | #if GS_EXPOSE(NSPortMessage) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 53 | #if GS_EXPOSE(NSProgress) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 42 | #if GS_EXPOSE(NSScanner) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 58 | #if GS_EXPOSE(NSSpellServer) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1396. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 51 | #if GS_EXPOSE(NSTask) #12 1396. | ^~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1396. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 59 | #if GS_EXPOSE(NSThread) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1396. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 87 | #if GS_EXPOSE(NSUndoManager) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 105 | #if GS_EXPOSE(NSURLCache) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 48 | #if GS_EXPOSE(NSURLConnection) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 56 | #if GS_EXPOSE(NSURLCredential) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 49 | #if GS_EXPOSE(NSURLDownload) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 92 | #if GS_EXPOSE(NSURLRequest) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 49 | #if GS_EXPOSE(NSURLResponse) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1396. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1396. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 72 | #if GS_EXPOSE(NSXMLParser) #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1396. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1396. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1396. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1396. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1396. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1396. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1396. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1396. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1396. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1396. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1396. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1396. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1396. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1396. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1396. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1396. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1396. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1396. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1396. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1396. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1396. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1396. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1396. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1396. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1396. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1396. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1396. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1396. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1396. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1396. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1396. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1396. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1396. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1396. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1396. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1396. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1396. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1396. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1396. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1396. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1396. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1396. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1396. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1396. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1396. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1396. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1396. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1396. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1396. | ^~~~~~~~~~~~~~~~~~~~ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1396. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1396. | ^~~~~~~~~~~~~~~~~~~~ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1396. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1396. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsfont.m:28: #12 1396. /usection_end:1698280686:build_script section_start:1698280687: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: build-image-gnustep-70e25298: No such file or directory $ find ${test_name} ! \( -name "*.log" -o -name ${EMACS_TEST_JUNIT_REPORT} \) -type f -delete section_end:1698280698:after_script section_start:1698280698:upload_artifacts_on_failure section_end:1698280705:upload_artifacts_on_failure ERROR: Job failed: exit code 1