Running with gitlab-runner 12.0.2 (d0b76032)  on emba-docker-runner 2oEDrUT7 section_start:1696377821: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:1696377822:prepare_executor section_start:1696377822:prepare_script Running on runner-2oEDrUT7-project-1-concurrent-1 via emba.gnu.org... section_end:1696377825:prepare_script section_start:1696377825: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] fbfdd1e0e3e67f765c6dbf9f61b5f913e55e004e -> refs/pipelines/26649 37130fd..fbfdd1e master -> origin/master Checking out fbfdd1e0 as master... Skipping Git submodules setup section_end:1696377862:get_sources section_start:1696377862:restore_cache section_end:1696377885:restore_cache section_start:1696377885:download_artifacts section_end:1696377907:download_artifacts section_start:1696377907:build_script $ docker info WARNING: No swap limit support Client: Debug Mode: false Server: Containers: 26 Running: 4 Paused: 0 Stopped: 22 Images: 15 Server Version: 20.10.21 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-213-generic Operating System: Trisquel GNU/Linux Etiona (9.0.2) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.789GiB Name: emba.gnu.org ID: X47L:JFLM:IP7X:AN3A:6FS4:N5DF:SGWZ:KSYJ:GQ2L:ZEKB:GUXD:3IZT Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-fbfdd1e0e3e67f765c6dbf9f61b5f913e55e004e/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: #1 transferring dockerfile: 6.46kB 0.0s done #1 DONE 0.7s #2 [internal] load .dockerignore #2 transferring context: #2 transferring context: 2B 0.1s done #2 DONE 0.9s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.4s #4 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:54d33aaad... #4 DONE 0.0s #7 [internal] load build context #7 transferring context: 18.69MB 3.6s #7 transferring context: 51.42MB 8.7s #7 transferring context: 68.34MB 13.8s #7 transferring context: 71.38MB 19.3s #7 transferring context: 94.03MB 24.3s #7 transferring context: 107.32MB 29.6s #7 transferring context: 112.02MB 34.7s #7 transferring context: 135.86MB 39.8s #7 transferring context: 140.27MB 46.1s #7 transferring context: 166.02MB 51.3s #7 transferring context: 189.26MB 56.3s #7 transferring context: 200.15MB 61.4s #7 transferring context: 225.09MB 66.9s #7 transferring context: 228.48MB 71.9s #7 transferring context: 243.18MB 74.3s done #7 DONE 75.0s #5 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #5 CACHED #6 [emacs-gnustep 1/6] RUN apt-get update && apt-get install -y --no-in... #6 CACHED #8 [emacs-gnustep 2/6] COPY . /checkout #8 DONE 66.0s #9 [emacs-gnustep 3/6] WORKDIR /checkout #9 DONE 20.4s #10 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #10 8.582 Checking whether you have the necessary tools... #10 8.582 (Read INSTALL.REPO for more details on building Emacs) #10 8.585 Checking for autoconf (need at least version 2.65) ... ok #10 8.714 Your system has the required tools. #10 8.764 Building aclocal.m4 ... #10 8.775 Running 'autoreconf -fi -I m4' ... #10 43.09 Building 'aclocal.m4' in exec ... #10 43.09 Running 'autoreconf -fi' in exec ... #10 50.60 You can now run './autogen.sh git'. #10 DONE 51.3s #11 [emacs-gnustep 5/6] RUN ./configure --with-ns #11 3.754 checking for xcrun... no #11 3.759 checking for GNU Make... make #11 3.805 checking build system type... x86_64-pc-linux-gnu #11 4.639 checking host system type... x86_64-pc-linux-gnu #11 4.687 checking for gcc... gcc #11 4.778 checking whether the C compiler works... yes #11 5.194 checking for C compiler default output file name... a.out #11 5.200 checking for suffix of executables... #11 5.468 checking whether we are cross compiling... no #11 5.860 checking for suffix of object files... o #11 5.974 checking whether we are using the GNU C compiler... yes #11 6.193 checking whether gcc accepts -g... yes #11 6.494 checking for gcc option to enable C11 features... none needed #11 7.036 checking whether the compiler is clang... no #11 7.287 checking for compiler option needed when checking for declarations... none #11 7.287 checking whether gcc and cc understand -c and -o together... yes #11 7.831 checking how to run the C preprocessor... gcc -E #11 8.201 checking for grep that handles long lines and -e... /bin/grep #11 8.229 checking for egrep... /bin/grep -E #11 8.249 checking for ANSI C header files... yes #11 8.783 checking for sys/types.h... yes #11 8.907 checking for sys/stat.h... yes #11 9.027 checking for stdlib.h... yes #11 9.135 checking for string.h... yes #11 9.294 checking for memory.h... yes #11 9.395 checking for strings.h... yes #11 9.480 checking for inttypes.h... yes #11 9.590 checking for stdint.h... yes #11 9.714 checking for unistd.h... yes #11 9.874 checking for wchar.h... yes #11 10.08 checking for minix/config.h... no #11 10.33 checking for linux/fs.h... yes #11 10.72 checking for malloc.h... yes #11 10.94 checking for sys/systeminfo.h... no #11 11.11 checking for sys/sysinfo.h... yes #11 11.50 checking for coff.h... no #11 11.86 checking for pty.h... yes #11 12.16 checking for sys/resource.h... yes #11 12.44 checking for sys/utsname.h... yes #11 12.78 checking for pwd.h... yes #11 12.98 checking for util.h... no #11 13.39 checking for sanitizer/lsan_interface.h... yes #11 13.96 checking for sanitizer/asan_interface.h... yes #11 14.20 checking for sanitizer/common_interface_defs.h... yes #11 14.48 checking for sys/socket.h... yes #11 14.77 checking for stdlib.h... (cached) yes #11 14.89 checking for unistd.h... (cached) yes #11 14.99 checking for sys/param.h... yes #11 15.47 checking for pthread.h... yes #11 15.78 checking for malloc/malloc.h... no #11 16.00 checking for sys/un.h... yes #11 16.25 checking for utmp.h... yes #11 16.45 checking for utmpx.h... yes #11 16.64 checking for OS.h... no #11 16.96 checking for dirent.h... yes #11 17.19 checking for execinfo.h... yes #11 17.41 checking for linux/xattr.h... yes #11 17.76 checking for stdio_ext.h... yes #11 18.00 checking for sys/vfs.h... yes #11 18.31 checking for sys/fs_types.h... no #11 18.51 checking for getopt.h... yes #11 18.69 checking for sys/cdefs.h... yes #11 18.91 checking for sys/time.h... yes #11 19.14 checking for ieee754.h... yes #11 19.43 checking for limits.h... yes #11 19.84 checking for inttypes.h... (cached) yes #11 19.94 checking for sys/types.h... (cached) yes #11 20.00 checking for stdint.h... (cached) yes #11 20.05 checking for sys/select.h... yes #11 20.38 checking for stdbool.h... yes #11 20.65 checking for stdckdint.h... no #11 20.89 checking for sys/random.h... yes #11 21.12 checking for sys/stat.h... (cached) yes #11 21.15 checking whether it is safe to define __EXTENSIONS__... yes #11 21.43 checking whether _XOPEN_SOURCE should be defined... no #11 21.58 checking for Minix Amsterdam compiler... no #11 21.63 checking for ar... ar #11 21.64 checking for ranlib... ranlib #11 21.64 checking for gcc option to enable large file support... none needed #11 21.98 checking for gcc option for timestamps after 2038... none needed #11 22.17 checking for g++... g++ #11 22.32 checking whether we are using the GNU C++ compiler... yes #11 27.31 checking whether g++ accepts -g... yes #11 27.44 checking for g++ option to enable C++11 features... none needed #11 78.77 checking how to run the C++ preprocessor... g++ -E #11 79.27 checking whether gcc accepts -g3 -O2... yes #11 79.82 checking whether the compiler is clang... no #11 80.03 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 80.18 checking whether -Wno-missing-field-initializers is needed... yes #11 80.78 checking whether -Wuninitialized is supported... yes #11 81.10 checking whether C compiler handles -fstrict-flex-arrays... no #11 81.23 checking whether C compiler handles -Wall... yes #11 81.83 checking whether C compiler handles -Warith-conversion... yes #11 82.34 checking whether C compiler handles -Wdate-time... yes #11 82.82 checking whether C compiler handles -Wdisabled-optimization... yes #11 83.09 checking whether C compiler handles -Wdouble-promotion... yes #11 83.43 checking whether C compiler handles -Wduplicated-cond... yes #11 83.75 checking whether C compiler handles -Wextra... yes #11 84.06 checking whether C compiler handles -Wformat-signedness... yes #11 84.50 checking whether C compiler handles -Winit-self... yes #11 85.00 checking whether C compiler handles -Winvalid-pch... yes #11 85.55 checking whether C compiler handles -Wlogical-op... yes #11 85.91 checking whether C compiler handles -Wmissing-declarations... yes #11 86.27 checking whether C compiler handles -Wmissing-include-dirs... yes #11 86.64 checking whether C compiler handles -Wmissing-prototypes... yes #11 86.98 checking whether C compiler handles -Wnested-externs... yes #11 87.46 checking whether C compiler handles -Wnull-dereference... yes #11 87.80 checking whether C compiler handles -Wold-style-definition... yes #11 88.14 checking whether C compiler handles -Wopenmp-simd... yes #11 88.64 checking whether C compiler handles -Wpacked... yes #11 89.15 checking whether C compiler handles -Wpointer-arith... yes #11 89.41 checking whether C compiler handles -Wstrict-flex-arrays... no #11 89.69 checking whether C compiler handles -Wstrict-prototypes... yes #11 90.19 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 90.69 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 91.01 checking whether C compiler handles -Wsuggest-final-methods... yes #11 91.19 checking whether C compiler handles -Wsuggest-final-types... yes #11 91.56 checking whether C compiler handles -Wtrampolines... yes #11 91.99 checking whether C compiler handles -Wuninitialized... yes #11 92.38 checking whether C compiler handles -Wunknown-pragmas... yes #11 92.71 checking whether C compiler handles -Wunused-macros... yes #11 93.09 checking whether C compiler handles -Wvariadic-macros... yes #11 93.41 checking whether C compiler handles -Wvector-operation-performance... yes #11 93.73 checking whether C compiler handles -Wwrite-strings... yes #11 93.97 checking whether C compiler handles -Warray-bounds=2... yes #11 94.23 checking whether C compiler handles -Wattribute-alias=2... yes #11 94.78 checking whether C compiler handles -Wformat=2... yes #11 95.26 checking whether C compiler handles -Wformat-truncation=2... yes #11 95.71 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 96.03 checking whether C compiler handles -Wshift-overflow=2... yes #11 96.32 checking whether C compiler handles -Wuse-after-free=3... no #11 96.46 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 96.81 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 97.19 checking whether C compiler handles -Wredundant-decls... yes #11 97.51 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 97.51 checking whether C compiler handles -Wno-override-init... yes #11 97.82 checking whether C compiler handles -Wno-sign-compare... yes #11 98.39 checking whether C compiler handles -Wno-type-limits... yes #11 98.76 checking whether C compiler handles -Wno-unused-parameter... yes #11 99.17 checking whether C compiler handles -Wno-format-nonliteral... yes #11 99.64 checking whether C compiler handles -Wno-bidi-chars... no #11 99.77 checking for a BSD-compatible install... /usr/bin/install -c #11 99.82 checking command to symlink files in the same directory... ln -s #11 99.85 checking for install-info... : #11 99.85 checking for gzip... /bin/gzip #11 99.86 checking for 'find' args to delete a file... -delete #11 99.87 checking for brew... no #11 101.1 checking for -znocombreloc... not needed #11 101.1 checking whether addresses are sanitized... no #11 101.2 checking for math library... -lm #11 102.6 checking for struct passwd.pw_gecos... yes #11 102.8 checking for pkg-config... /usr/bin/pkg-config #11 102.8 checking pkg-config is at least version 0.9.0... yes #11 103.2 checking for machine/soundcard.h... no #11 103.4 checking for sys/soundcard.h... yes #11 103.8 checking for soundcard.h... no #11 104.0 checking for mmsystem.h... no #11 104.3 checking for _oss_ioctl in -lossaudio... no #11 104.5 checking for alsa >= 1.0.0... no #11 104.5 checking for ADDR_NO_RANDOMIZE... yes #11 104.9 checking if Linux sysinfo may be used... yes #11 105.6 checking for sys/wait.h that is POSIX.1 compatible... yes #11 106.1 checking for net/if.h... yes #11 106.5 checking for ifaddrs.h... yes #11 106.8 checking for net/if_dl.h... no #11 107.1 checking for struct ifreq.ifr_flags... yes #11 107.5 checking for struct ifreq.ifr_hwaddr... yes #11 108.2 checking for struct ifreq.ifr_netmask... yes #11 108.9 checking for struct ifreq.ifr_broadaddr... yes #11 109.6 checking for struct ifreq.ifr_addr... yes #11 110.5 checking for struct ifreq.ifr_addr.sa_len... no #11 111.2 checking whether gcc understands -MMD -MF... yes #11 111.4 checking for X... no #11 112.1 checking AppKit/AppKit.h usability... yes #11 115.1 checking AppKit/AppKit.h presence... yes #11 115.9 checking for AppKit/AppKit.h... yes #11 115.9 checking for Mac OS X 12.0 or later... yes #11 116.1 checking for gcc... gcc #11 116.3 checking whether we are using the GNU Objective C compiler... yes #11 116.5 checking whether gcc accepts -g... yes #11 116.7 checking if the Objective C compiler supports instancetype... yes #11 116.9 checking if the Objective C compiler defaults to C99... no #11 117.1 checking whether malloc is Doug Lea style... no #11 117.3 checking for sbrk... yes #11 117.9 checking for __lsan_ignore_object... no #11 118.6 checking for fchmod... yes #11 119.3 checking for utmpname... yes #11 119.9 checking for utmpxname... yes #11 120.7 checking for canonicalize_file_name... yes #11 121.5 checking for realpath... yes #11 122.0 checking for lstat... yes #11 122.5 checking for fchmodat... yes #11 123.1 checking for lchmod... no #11 123.2 checking for fcntl... yes #11 123.7 checking for fdopendir... yes #11 124.2 checking for listxattr... yes #11 124.7 checking for fstatat... yes #11 125.2 checking for fsync... yes #11 125.7 checking for gettimeofday... yes #11 126.1 checking for memset_explicit... no #11 126.6 checking for memset_s... no #11 127.2 checking for pselect... yes #11 127.8 checking for readlink... yes #11 128.3 checking for isblank... yes #11 128.7 checking for iswctype... yes #11 129.1 checking for strtoimax... yes #11 129.5 checking for symlink... yes #11 129.9 checking for localtime_r... yes #11 130.6 checking for getdtablesize... yes #11 131.0 checking for getpagesize... yes #11 131.4 checking for working mmap... yes #11 132.4 checking for main in -lXbsd... no #11 132.7 checking for pthread library... -lpthread #11 133.9 checking for thread support... yes #11 133.9 checking for librsvg-2.0 >= 2.14.0... no #11 133.9 checking for libwebpdemux >= 0.6.0... no #11 134.0 checking for WebPGetInfo... no #11 134.4 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #11 134.4 checking for sqlite3_open_v2 in -lsqlite3... no #11 134.8 checking for getaddrinfo_a in -lanl... yes #11 135.3 checking for malloc_trim... yes #11 135.7 checking for dbus-1 >= 1.0... yes #11 135.8 checking for dbus_watch_get_unix_fd... yes #11 136.5 checking for dbus_type_is_valid... yes #11 137.0 checking for dbus_validate_bus_name... yes #11 137.5 checking for dbus_validate_path... yes #11 137.8 checking for dbus_validate_interface... yes #11 138.3 checking for dbus_validate_member... yes #11 138.8 checking for lgetfilecon in -lselinux... no #11 139.1 checking for gnutls >= 2.12.2... yes #11 139.2 checking for libsystemd >= 222... no #11 139.3 checking for jansson >= 2.7... no #11 139.3 checking for tree-sitter >= 0.20.2... no #11 139.3 checking for tree-sitter >= 0.6.3... no #11 139.4 checking sys/inotify.h usability... yes #11 139.7 checking sys/inotify.h presence... yes #11 139.8 checking for sys/inotify.h... yes #11 139.8 checking for inotify_init1... yes #11 140.1 checking for jpeglib 6b or later... no #11 140.4 checking for lcms2... no #11 140.4 checking for library containing inflateEnd... -lz #11 141.0 checking for dladdr... yes #11 141.3 checking for dlfunc... no #11 141.5 checking for libpng >= 1.0.0... no #11 141.5 checking for libpng not configured by pkg-config... no #11 141.6 checking tiffio.h usability... no #11 141.8 checking tiffio.h presence... no #11 141.9 checking for tiffio.h... no #11 141.9 checking gif_lib.h usability... no #11 142.1 checking gif_lib.h presence... no #11 142.1 checking for gif_lib.h... no #11 142.1 checking gpm.h usability... no #11 142.3 checking gpm.h presence... no #11 142.4 checking for gpm.h... no #11 142.4 checking for libxml-2.0 > 2.6.17... no #11 142.4 checking for maillock in -lmail... no #11 142.7 checking for maillock in -llockfile... no #11 142.9 checking for liblockfile.so... no #11 142.9 checking maillock.h usability... no #11 143.1 checking maillock.h presence... no #11 143.1 checking for maillock.h... no #11 143.1 checking linux/seccomp.h usability... yes #11 143.3 checking linux/seccomp.h presence... yes #11 143.4 checking for linux/seccomp.h... yes #11 143.4 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 143.5 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 143.7 checking linux/filter.h usability... yes #11 143.8 checking linux/filter.h presence... yes #11 143.8 checking for linux/filter.h... yes #11 143.9 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 143.9 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 143.9 checking for libseccomp >= 2.5.2... no #11 143.9 checking size of long... 8 #11 144.4 checking for accept4... yes #11 144.6 checking for fchdir... yes #11 144.8 checking for gethostname... yes #11 145.2 checking for getrusage... yes #11 145.5 checking for get_current_dir_name... yes #11 146.0 checking for lrand48... yes #11 146.3 checking for random... yes #11 147.1 checking for rint... yes #11 147.5 checking for tcdrain... yes #11 148.2 checking for trunc... yes #11 149.0 checking for select... yes #11 149.8 checking for getpagesize... (cached) yes #11 149.9 checking for setlocale... yes #11 150.6 checking for newlocale... yes #11 151.2 checking for getrlimit... yes #11 151.9 checking for setrlimit... yes #11 152.5 checking for shutdown... yes #11 153.5 checking for pthread_sigmask... (cached) yes #11 153.6 checking for strsignal... yes #11 154.4 checking for setitimer... yes #11 155.0 checking for sendto... yes #11 155.7 checking for recvfrom... yes #11 156.1 checking for getsockname... yes #11 156.6 checking for getifaddrs... yes #11 157.4 checking for freeifaddrs... yes #11 157.9 checking for gai_strerror... yes #11 158.3 checking for sync... yes #11 158.7 checking for endpwent... yes #11 159.1 checking for getgrent... yes #11 159.5 checking for endgrent... yes #11 159.9 checking for renameat2... yes #11 160.4 checking for cfmakeraw... yes #11 160.8 checking for cfsetspeed... yes #11 161.2 checking for __executable_start... yes #11 161.7 checking for log2... yes #11 162.3 checking for pthread_setname_np... yes #11 162.7 checking for pthread_set_name_np... no #11 163.1 checking for getpwent... yes #11 163.5 checking whether pthread_setname_np takes a single argument... no #11 163.7 checking whether pthread_setname_np takes three arguments... no #11 163.8 checking for aligned_alloc... yes #11 164.4 checking whether aligned_alloc is declared... yes #11 164.7 checking for posix_madvise... yes #11 165.4 checking for madvise... yes #11 165.7 checking for __builtin_frame_address... yes #11 166.0 checking for __builtin_unwind_init... yes #11 166.2 checking for _LARGEFILE_SOURCE value needed for large files... no #11 166.5 checking for grantpt... yes #11 166.9 checking for getpt... yes #11 167.2 checking for posix_openpt... yes #11 167.6 checking for library containing tputs... -ltinfo #11 168.4 checking whether -ltinfo library defines BC... yes #11 168.8 checking for timerfd interface... yes #11 169.0 checking whether signals can be handled on alternate stack... yes #11 169.3 checking valgrind/valgrind.h usability... no #11 169.8 checking valgrind/valgrind.h presence... no #11 170.0 checking for valgrind/valgrind.h... no #11 170.0 checking for struct unipair.unicode... yes #11 170.3 checking for pid_t... yes #11 171.2 checking vfork.h usability... no #11 171.5 checking vfork.h presence... no #11 171.6 checking for vfork.h... no #11 171.7 checking for fork... yes #11 172.1 checking for vfork... yes #11 172.7 checking for working fork... yes #11 173.2 checking for working vfork... (cached) yes #11 173.3 checking for snprintf... yes #11 173.7 checking for open_memstream... yes #11 174.1 checking spawn.h usability... yes #11 174.5 checking spawn.h presence... yes #11 174.7 checking for spawn.h... yes #11 174.7 checking for posix_spawn... yes #11 175.2 checking for posix_spawn_file_actions_addchdir... no #11 175.9 checking for posix_spawn_file_actions_addchdir_np... yes #11 176.4 checking for posix_spawnattr_setflags... yes #11 176.9 checking whether POSIX_SPAWN_SETSID is declared... yes #11 177.2 checking whether GLib is linked in... no #11 177.4 checking for nl_langinfo and CODESET... yes #11 177.9 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 178.1 checking for mbstate_t... yes #11 178.5 checking for signals via characters... yes #11 178.9 checking for _setjmp... yes #11 179.3 checking for sigsetjmp... yes #11 179.5 checking POSIX termios... yes #11 180.3 checking size of speed_t... 4 #11 181.1 checking for usable FIONREAD... yes #11 181.4 checking for usable SIGIO... yes #11 181.7 checking for struct alignment... yes #11 181.9 checking for C/C++ restrict keyword... __restrict__ #11 182.1 checking for typeof syntax and keyword spelling... typeof #11 182.3 checking for statement expressions... yes #11 182.5 checking whether malloc (0) returns nonnull... yes #11 182.9 checking sys/acl.h usability... yes #11 183.2 checking sys/acl.h presence... yes #11 183.3 checking for sys/acl.h... yes #11 183.3 checking for library containing acl_get_file... -lacl #11 184.1 checking for acl_get_file... yes #11 184.6 checking for acl_get_fd... yes #11 184.9 checking for acl_set_file... yes #11 185.3 checking for acl_set_fd... yes #11 186.0 checking for acl_free... yes #11 186.4 checking for acl_from_mode... yes #11 186.8 checking for acl_from_text... yes #11 187.4 checking for acl_delete_def_file... yes #11 187.9 checking for acl_extended_file... yes #11 188.4 checking for acl_delete_fd_np... no #11 188.9 checking for acl_delete_file_np... no #11 189.3 checking for acl_copy_ext_native... no #11 189.6 checking for acl_create_entry_np... no #11 190.0 checking for acl_to_short_text... no #11 190.5 checking for acl_free_text... no #11 191.1 checking for working acl_get_file... yes #11 191.8 checking acl/libacl.h usability... yes #11 192.4 checking acl/libacl.h presence... yes #11 192.5 checking for acl/libacl.h... yes #11 192.5 checking for acl_entries... yes #11 193.1 checking for ACL_FIRST_ENTRY... yes #11 193.5 checking for ACL_TYPE_EXTENDED... no #11 193.8 checking for working alloca.h... yes #11 194.4 checking for alloca... yes #11 194.9 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 194.9 checking whether the preprocessor supports include_next... yes #11 195.3 checking whether source code line length is unlimited... yes #11 195.6 checking whether endutent is declared... yes #11 195.9 checking for struct utmpx.ut_user... yes #11 196.2 checking for struct utmp.ut_user... yes #11 196.5 checking for struct utmpx.ut_name... yes #11 196.8 checking for struct utmp.ut_name... yes #11 197.1 checking for struct utmpx.ut_type... yes #11 197.5 checking for struct utmp.ut_type... yes #11 197.9 checking for struct utmpx.ut_pid... yes #11 198.2 checking for struct utmp.ut_pid... yes #11 198.5 checking for struct utmp.ut_tv... yes #11 198.9 checking for struct utmpx.ut_host... yes #11 199.2 checking for struct utmp.ut_host... yes #11 199.6 checking for struct utmpx.ut_id... yes #11 199.9 checking for struct utmp.ut_id... yes #11 200.4 checking for struct utmpx.ut_session... yes #11 200.8 checking for struct utmp.ut_session... yes #11 201.2 checking for struct utmpx.ut_exit... yes #11 201.8 checking for struct utmp.ut_exit... yes #11 202.5 checking for struct utmpx.ut_exit.ut_exit... no #11 203.1 checking for struct utmpx.ut_exit.e_exit... yes #11 203.4 checking for struct utmp.ut_exit.e_exit... yes #11 203.8 checking for struct utmpx.ut_exit.ut_termination... no #11 204.4 checking for struct utmpx.ut_exit.e_termination... yes #11 204.7 checking for struct utmp.ut_exit.e_termination... yes #11 205.1 checking whether sysinfo is declared... yes #11 205.3 checking for sys/sysctl.h... yes #11 205.8 checking for sysctl... yes #11 206.1 checking whether lstat correctly handles trailing slash... yes #11 207.1 checking whether // is distinct from /... no #11 207.1 checking whether realpath works... yes #11 207.5 checking for faccessat... yes #11 207.9 checking for getcwd... yes #11 208.3 checking whether byte ordering is bigendian... no #11 209.0 checking if environ is properly declared... yes #11 209.3 checking for complete errno.h... yes #11 209.5 checking whether ctype.h defines __header_inline... no #11 209.6 checking for mode_t... yes #11 210.5 checking whether strmode is declared... no #11 211.0 checking whether getline is declared... yes #11 213.1 checking for gawk... no #11 213.1 checking for mawk... mawk #11 213.1 checking for getopt.h... (cached) yes #11 213.1 checking for getopt_long_only... yes #11 213.5 checking whether getopt is POSIX compatible... yes #11 215.4 checking for working GNU getopt function... yes #11 216.0 checking for working GNU getopt_long function... yes #11 216.2 checking whether timespec_get is declared... yes #11 216.3 checking for timespec_get... yes #11 216.7 checking for struct timeval... yes #11 216.9 checking for wide-enough struct timeval.tv_sec member... yes #11 217.1 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 217.3 checking whether the compiler produces multi-arch binaries... no #11 217.4 checking whether stdint.h conforms to C99... yes #11 218.1 checking whether stdint.h works without ISO C predefines... yes #11 218.2 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 218.3 checking whether memmem is declared... yes #11 218.6 checking whether memrchr is declared... yes #11 218.9 checking whether defines MIN and MAX... no #11 219.0 checking whether defines MIN and MAX... yes #11 219.1 checking whether time_t is signed... yes #11 219.3 checking whether alarm is declared... yes #11 222.5 checking for working mktime... no #11 223.0 checking whether struct tm is in sys/time.h or time.h... time.h #11 223.2 checking for struct tm.tm_zone... yes #11 223.3 checking for struct tm.tm_gmtoff... yes #11 223.6 checking whether is self-contained... yes #11 224.9 checking for inline... inline #11 225.2 checking for sigset_t... yes #11 225.8 checking for volatile sig_atomic_t... yes #11 226.2 checking for sighandler_t... yes #11 226.6 checking for wchar_t... yes #11 226.7 checking for good max_align_t... yes #11 226.9 checking whether NULL can be used in arbitrary expressions... yes #11 227.3 checking for unreachable... no #11 228.0 checking whether fcloseall is declared... yes #11 228.4 checking whether getw is declared... yes #11 228.8 checking whether putw is declared... yes #11 229.0 checking which flavor of printf attribute matches inttypes macros... system #11 229.2 checking whether strnlen is declared... yes #11 229.5 checking whether strtoimax is declared... yes #11 229.8 checking whether stat file-mode macros are broken... no #11 230.1 checking for nlink_t... yes #11 230.6 checking for struct timespec in ... yes #11 230.8 checking for TIME_UTC in ... yes #11 231.1 checking whether execvpe is declared... yes #11 231.7 checking whether clearerr_unlocked is declared... yes #11 232.0 checking whether feof_unlocked is declared... yes #11 232.4 checking whether ferror_unlocked is declared... yes #11 232.7 checking whether fflush_unlocked is declared... yes #11 233.2 checking whether fgets_unlocked is declared... yes #11 234.0 checking whether fputc_unlocked is declared... yes #11 234.7 checking whether fputs_unlocked is declared... yes #11 235.1 checking whether fread_unlocked is declared... yes #11 235.3 checking whether fwrite_unlocked is declared... yes #11 235.7 checking whether getc_unlocked is declared... yes #11 235.9 checking whether getchar_unlocked is declared... yes #11 236.5 checking whether putc_unlocked is declared... yes #11 237.0 checking whether putchar_unlocked is declared... yes #11 237.1 checking type of array argument to getgroups... gid_t #11 237.5 checking whether getdelim is declared... yes #11 237.8 checking whether getdtablesize is declared... yes #11 238.0 checking whether malloc is ptrdiff_t safe... yes #11 238.1 checking whether malloc, realloc, calloc set errno on failure... yes #11 238.1 checking for O_CLOEXEC... yes #11 238.4 checking for promoted mode_t type... mode_t #11 238.7 checking whether the utimes function works... yes #11 241.0 checking for C compiler option to allow warnings... -Wno-error #11 241.4 checking for alignas and alignof... yes, macros #11 241.7 checking for alloca as a compiler built-in... yes #11 241.8 checking for static_assert... yes, an macro #11 242.1 checking for __builtin_expect... yes #11 242.3 checking byteswap.h usability... yes #11 242.5 checking byteswap.h presence... yes #11 242.5 checking for byteswap.h... yes #11 242.5 checking for readlinkat... yes #11 242.6 checking for library containing clock_gettime... none required #11 242.8 checking for clock_getres... yes #11 243.0 checking for clock_gettime... yes #11 243.1 checking for clock_settime... yes #11 243.4 checking for copy_file_range... yes #11 243.6 checking for d_type member in directory struct... yes #11 243.8 checking whether // is distinct from /... (cached) no #11 243.8 checking whether dup2 works... yes #11 244.1 checking for library containing backtrace_symbols_fd... none required #11 244.2 checking for faccessat... (cached) yes #11 244.2 checking whether fchmodat works... no #11 244.6 checking for readlinkat... (cached) yes #11 244.6 checking whether fcntl handles F_DUPFD correctly... yes #11 245.0 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 245.2 checking whether fdopendir is declared... yes #11 245.3 checking whether fdopendir works... yes #11 245.5 checking for flexible array member... yes #11 245.6 checking for __fpending... yes #11 245.7 checking whether __fpending is declared... yes #11 245.8 checking whether free is known to preserve errno... no #11 245.9 checking whether fstatat (..., 0) works... yes #11 246.1 checking for sys/mount.h... yes #11 248.4 checking for statvfs function (SVR4)... yes #11 249.8 checking whether to use statvfs64... no #11 249.9 checking for two-argument statfs with statfs.f_frsize member... yes #11 250.1 checking sys/fs/s5param.h usability... no #11 250.2 checking sys/fs/s5param.h presence... no #11 250.2 checking for sys/fs/s5param.h... no #11 250.2 checking sys/statfs.h usability... yes #11 250.4 checking sys/statfs.h presence... yes #11 250.4 checking for sys/statfs.h... yes #11 250.4 checking for statfs that truncates block counts... no #11 250.5 checking for futimens... yes #11 250.6 checking whether futimens works... yes #11 251.9 checking for getline... yes #11 252.4 checking for working getline function... yes #11 252.7 checking for getloadavg... yes #11 253.0 checking sys/loadavg.h usability... no #11 253.2 checking sys/loadavg.h presence... no #11 253.3 checking for sys/loadavg.h... no #11 253.3 checking whether getloadavg is declared... yes #11 253.5 checking for getrandom... yes #11 253.8 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 254.0 checking for gettimeofday with POSIX signature... yes #11 254.1 checking whether the compiler supports the __inline keyword... yes #11 254.2 checking gmp.h usability... yes #11 254.3 checking gmp.h presence... yes #11 254.4 checking for gmp.h... yes #11 254.4 checking for library containing __gmpz_roinit_n... -lgmp #11 254.6 checking for memmem... yes #11 254.8 checking whether memmem works... yes #11 254.9 checking for mempcpy... yes #11 255.1 checking for memrchr... yes #11 255.2 checking for explicit_memset... no #11 255.4 checking for mkostemp... yes #11 255.5 checking for library containing nanosleep... none required #11 255.7 checking for working nanosleep... no (mishandles large arguments) #11 256.9 checking for sys/pstat.h... no #11 257.0 checking for sys/sysmp.h... no #11 257.1 checking for sys/param.h... (cached) yes #11 257.2 checking for sys/sysctl.h... (cached) yes #11 257.2 checking for sched_getaffinity_np... no #11 257.4 checking for pstat_getdynamic... no #11 257.7 checking for sysmp... no #11 257.9 checking for sysctl... (cached) yes #11 258.0 checking for sched_getaffinity... yes #11 258.1 checking for glibc compatible sched_getaffinity... yes #11 258.2 checking for pipe2... yes #11 259.6 checking whether signature of pselect conforms to POSIX... yes #11 259.8 checking whether pselect detects invalid fds... yes #11 259.9 checking whether pthread_sigmask is a macro... no #11 260.0 checking whether pthread_sigmask returns error numbers... yes #11 260.2 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 262.6 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 263.0 checking whether readlink signature is correct... yes #11 263.1 checking whether readlink handles trailing slash correctly... yes #11 263.2 checking whether readlink truncates results correctly... yes #11 263.4 checking for readlinkat... (cached) yes #11 263.4 checking whether readlinkat signature is correct... yes #11 263.5 checking for working re_compile_pattern... no #11 263.9 checking libintl.h usability... yes #11 264.2 checking libintl.h presence... yes #11 264.2 checking for libintl.h... yes #11 264.3 checking whether isblank is declared... yes #11 264.4 checking for sig2str... no #11 264.6 checking for sigdescr_np... no #11 264.7 checking for socklen_t... yes #11 265.0 checking for ssize_t... yes #11 265.1 checking for struct stat.st_atim.tv_nsec... yes #11 265.3 checking whether struct stat.st_atim is of type struct timespec... yes #11 265.4 checking for struct stat.st_birthtimespec.tv_nsec... no #11 265.9 checking for struct stat.st_birthtimensec... no #11 266.4 checking for struct stat.st_birthtim.tv_nsec... no #11 266.8 checking for bool, true, false... no #11 266.9 checking for stpcpy... yes #11 267.4 checking for working strnlen... yes #11 268.2 checking whether strtoimax works... yes #11 269.1 checking whether symlink handles trailing slash correctly... yes #11 269.5 checking whether localtime_r is declared... yes #11 269.8 checking whether localtime_r is compatible with its POSIX signature... yes #11 270.2 checking whether localtime works even near extrema... yes #11 270.6 checking for timezone_t... no #11 270.7 checking for timegm... yes #11 271.0 checking whether timer_settime is declared... yes #11 271.3 checking for library containing timer_settime... -lrt #11 272.1 checking for timer_settime... yes #11 272.4 checking for utimensat... yes #11 272.8 checking whether utimensat works... yes #11 274.2 checking for variable-length arrays... yes #11 274.5 checking whether getdtablesize works... yes #11 274.8 checking for __mktime_internal... no #11 275.0 checking for timer_getoverrun... yes #11 275.3 checking for gcc option to disable position independent executables... not needed #11 275.3 checking for __ctype_get_mb_cur_max... yes #11 275.7 checking whether MB_CUR_MAX is defined to function that won't link... no #11 275.8 #11 275.8 Configured for 'x86_64-pc-linux-gnu'. #11 275.8 #11 275.8 Where should the build process find the source code? . #11 275.8 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 275.8 Should Emacs use the GNU version of malloc? no #11 275.8 (The GNU allocators don't work with this system configuration.) #11 275.8 Should Emacs use a relocating allocator for buffers? no #11 275.8 Should Emacs use mmap(2) for buffer allocation? no #11 275.8 What window system should Emacs use? nextstep #11 275.8 What toolkit should Emacs use? none #11 275.8 Where do we find X Windows header files? NONE #11 275.8 Where do we find X Windows libraries? NONE #11 275.8 Does Emacs use -lXaw3d? no #11 275.8 Is Emacs being built for Android? no #11 275.8 Does Emacs use the X Double Buffer Extension? no #11 275.8 Does Emacs use -lXpm? no #11 275.8 Does Emacs use -ljpeg? no #11 275.8 Does Emacs use -ltiff? no #11 275.8 Does Emacs use a gif library? no #11 275.8 Does Emacs use a png library? no #11 275.8 Does Emacs use -lrsvg-2? no #11 275.8 Does Emacs use -lwebp? no #11 275.8 Does Emacs use -lsqlite3? no #11 275.8 Does Emacs use cairo? no #11 275.8 Does Emacs use -llcms2? no #11 275.8 Does Emacs use imagemagick? no #11 275.8 Does Emacs use native APIs for images? yes (ns) #11 275.8 Does Emacs support sound? yes #11 275.8 Does Emacs use -lgpm? no #11 275.8 Does Emacs use -ldbus? yes #11 275.8 Does Emacs use -lgconf? no #11 275.8 Does Emacs use GSettings? no #11 275.8 Does Emacs use a file notification library? yes -lglibc (inotify) #11 275.8 Does Emacs use access control lists? yes -lacl -lattr #11 275.8 Does Emacs use -lselinux? no #11 275.8 Does Emacs use -lgnutls? yes #11 275.8 Does Emacs use -lxml2? no #11 275.8 Does Emacs use -lfreetype? no #11 275.8 Does Emacs use HarfBuzz? no #11 275.8 Does Emacs use -lm17n-flt? no #11 275.8 Does Emacs use -lotf? no #11 275.8 Does Emacs use -lxft? no #11 275.8 Does Emacs use -lsystemd? no #11 275.8 Does Emacs use -ljansson? no #11 275.8 Does Emacs use -ltree-sitter? no #11 275.8 Does Emacs use the GMP library? yes #11 275.8 Does Emacs directly use zlib? yes #11 275.8 Does Emacs have dynamic modules support? yes #11 275.8 Does Emacs use toolkit scroll bars? yes #11 275.8 Does Emacs support Xwidgets? no #11 275.8 Does Emacs have threading support in lisp? yes #11 275.8 Does Emacs support the portable dumper? yes #11 275.8 Does Emacs support legacy unexec dumping? no #11 275.8 Which dumping strategy does Emacs use? pdumper #11 275.8 Does Emacs have native lisp compiler? no #11 275.8 Does Emacs use version 2 of the X Input Extension? no #11 275.8 Does Emacs generate a smaller-size Japanese dictionary? no #11 275.8 #11 275.8 #11 275.8 #11 275.8 Run 'make' to build Emacs, then run 'src/emacs' to test it. #11 275.8 Run 'make install' in order to build an application bundle. #11 275.8 The application will go to nextstep/Emacs.app and can be run or moved #11 275.8 from there. #11 275.8 The application will be fully self-contained. #11 275.8 #11 276.7 configure: creating ./config.status #11 277.8 config.status: creating src/verbose.mk #11 278.0 config.status: creating src/emacs-module.h #11 279.0 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #11 279.1 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #11 279.3 config.status: creating Makefile #11 279.4 config.status: creating lib/gnulib.mk #11 279.6 config.status: creating ./doc/man/emacs.1 #11 279.8 config.status: creating lib/Makefile #11 279.9 config.status: creating lib-src/Makefile #11 280.1 config.status: creating oldXMenu/Makefile #11 280.3 config.status: creating src/Makefile #11 280.5 config.status: creating lwlib/Makefile #11 280.7 config.status: creating nextstep/Makefile #11 280.9 config.status: creating nt/Makefile #11 281.2 config.status: creating doc/emacs/Makefile #11 281.5 config.status: creating doc/misc/Makefile #11 281.7 config.status: creating doc/lispintro/Makefile #11 282.0 config.status: creating doc/lispref/Makefile #11 282.2 config.status: creating lisp/Makefile #11 282.4 config.status: creating leim/Makefile #11 282.5 config.status: creating test/Makefile #11 282.7 config.status: creating test/manual/noverlay/Makefile #11 282.9 config.status: creating test/infra/Makefile #11 283.0 config.status: creating admin/charsets/Makefile #11 283.1 config.status: creating admin/unidata/Makefile #11 283.3 config.status: creating admin/grammars/Makefile #11 283.5 config.status: creating java/Makefile #11 283.8 config.status: creating cross/Makefile #11 284.0 config.status: creating java/AndroidManifest.xml #11 284.2 config.status: creating src/config.h #11 284.4 config.status: executing src/epaths.h commands #11 285.4 config.status: executing src/.gdbinit commands #11 285.4 config.status: executing doc/emacs/emacsver.texi commands #11 285.7 config.status: executing etc-refcards-emacsver.tex commands #11 285.9 configure: WARNING: This configuration installs a 'movemail' program #11 285.9 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 285.9 installed a 'movemail' program that retrieved POP3 email via only #11 285.9 insecure channels, a practice that is no longer recommended but that #11 285.9 you can continue to support by using './configure --with-pop'. #11 285.9 configure: You might want to install GNU Mailutils #11 285.9 and use './configure --with-mailutils'. #11 DONE 287.6s #12 [emacs-gnustep 6/6] RUN make bootstrap #12 2.543 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 2.571 make[1]: Entering directory '/checkout' #12 2.991 make bootstrap-clean #12 3.012 make[2]: Entering directory '/checkout' #12 3.390 make -C src bootstrap-clean #12 3.478 make[3]: Entering directory '/checkout/src' #12 3.478 GEN /checkout/src/lisp.mk #12 4.720 rm -f android-emacs libemacs.so #12 4.767 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 4.787 rm -f dmpstruct.h #12 4.796 rm -f emacs.pdmp #12 4.810 rm -f ../etc/DOC #12 4.818 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 4.834 rm -f emacs-30.0.50 #12 4.837 rm -f buildobj.h #12 4.860 rm -f globals.h gl-stamp #12 4.864 rm -f ./*.res ./*.tmp #12 4.869 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 4.885 rm -f ../etc/DOC* #12 4.900 rm -f deps/* #12 4.905 rm -f emacs-module.h epaths.h config.h config.stamp #12 4.910 if test -f ./.gdbinit; then \ #12 4.910 mv ./.gdbinit ./.gdbinit.save; \ #12 4.910 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 4.910 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 4.910 fi #12 4.951 make[3]: Leaving directory '/checkout/src' #12 4.952 make -C oldXMenu bootstrap-clean #12 4.967 make[3]: Entering directory '/checkout/oldXMenu' #12 4.967 rm -f libXMenu11.a ./*.o deps/* #12 4.970 rm -f Makefile #12 4.974 rm -fr deps #12 4.975 make[3]: Leaving directory '/checkout/oldXMenu' #12 4.977 make -C lwlib bootstrap-clean #12 4.993 make[3]: Entering directory '/checkout/lwlib' #12 4.993 rm -f ./*.o liblw.a \#* deps/* #12 5.019 rm -f Makefile #12 5.021 rm -fr deps #12 5.022 rm -f TAGS #12 5.023 make[3]: Leaving directory '/checkout/lwlib' #12 5.024 make -C lib bootstrap-clean #12 5.291 make[3]: Entering directory '/checkout/lib' #12 5.291 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 5.385 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.391 rm -f Makefile Makefile.android #12 5.405 rm -fr deps #12 5.410 make[3]: Leaving directory '/checkout/lib' #12 5.411 make -C lib-src bootstrap-clean #12 5.419 make[3]: Entering directory '/checkout/lib-src' #12 5.419 rm -f core ./*.o ./*.res #12 5.431 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 5.443 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 5.456 rm -f TAGS Makefile blessmail Makefile.android #12 5.467 make[3]: Leaving directory '/checkout/lib-src' #12 5.468 make -C nt bootstrap-clean #12 5.484 make[3]: Entering directory '/checkout/nt' #12 5.484 rm -f core *.o *.res #12 5.495 rm -f runemacs addpm cmdproxy ddeclient #12 5.510 rm -f TAGS Makefile *.rc #12 5.517 true #12 5.517 make[3]: Leaving directory '/checkout/nt' #12 5.518 make -C doc/emacs bootstrap-clean #12 5.552 make[3]: Entering directory '/checkout/doc/emacs' #12 5.552 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 5.552 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 5.563 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 5.587 rm -f Makefile #12 5.592 rm -f \ #12 5.592 ./../../info/emacs.info \ #12 5.592 ./../../info/emacs.info-[1-9] \ #12 5.592 ./../../info/emacs.info-[1-9][0-9] #12 5.603 rm -f ./emacsver.texi TAGS #12 5.619 make[3]: Leaving directory '/checkout/doc/emacs' #12 5.619 make -C doc/misc bootstrap-clean #12 5.628 make[3]: Entering directory '/checkout/doc/misc' #12 5.628 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 5.628 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 5.628 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 5.651 rm -f gnustmp* #12 5.658 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 5.663 rm -f Makefile #12 5.679 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 5.679 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 5.679 rm -f \ #12 5.679 ./../../info/${file} \ #12 5.679 ./../../info/${file}-[1-9] \ #12 5.679 ./../../info/${file}-[1-9][0-9]; \ #12 5.679 done #12 6.888 rm -f ./modus-themes.texi ./org.texi #12 6.895 rm -f TAGS #12 6.923 make[3]: Leaving directory '/checkout/doc/misc' #12 6.935 make -C doc/lispref bootstrap-clean #12 6.947 make[3]: Entering directory '/checkout/doc/lispref' #12 6.947 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 6.947 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 6.966 rm -f elisp[12]* vol[12].tmp #12 6.983 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 6.991 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 7.009 rm -f Makefile #12 7.019 rm -f \ #12 7.019 ./../../info/elisp.info \ #12 7.019 ./../../info/elisp.info-[1-9] \ #12 7.019 ./../../info/elisp.info-[1-9][0-9] #12 7.039 rm -f TAGS #12 7.044 make[3]: Leaving directory '/checkout/doc/lispref' #12 7.051 make -C doc/lispintro bootstrap-clean #12 7.081 make[3]: Entering directory '/checkout/doc/lispintro' #12 7.081 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 7.081 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 7.095 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 7.108 rm -f Makefile #12 7.127 rm -f \ #12 7.127 ./../../info/eintr.info \ #12 7.127 ./../../info/eintr.info-[1-9] #12 7.159 rm -f TAGS #12 7.179 make[3]: Leaving directory '/checkout/doc/lispintro' #12 7.180 make -C test bootstrap-clean #12 7.197 make[3]: Entering directory '/checkout/test' #12 7.571 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 7.666 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 7.735 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 7.755 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 7.755 src/emacs-module-resources/*.dll gmp.h #12 7.763 find . -name '*.elc' -delete #12 7.820 make[3]: Leaving directory '/checkout/test' #12 7.821 make -C java bootstrap-clean #12 8.096 make[3]: Entering directory '/checkout/java' #12 8.096 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 8.111 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 8.115 find . -name '*.class' -delete #12 8.141 rm -f Makefile ndk-build.mk #12 8.163 make[3]: Leaving directory '/checkout/java' #12 8.164 make -C cross bootstrap-clean #12 8.204 make[3]: Entering directory '/checkout/cross' #12 8.204 for dir in src lib-src lib etc; do \ #12 8.204 find $dir -type f -delete; \ #12 8.204 done #12 8.233 rm -rf lib/config.h lib-src/config.h #12 8.249 if test -f ndk-build/Makefile; then \ #12 8.249 make -C ndk-build clean; \ #12 8.249 fi #12 8.262 for dir in src lib-src lib etc; do \ #12 8.262 find $dir -type l -delete; \ #12 8.262 done #12 8.295 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 8.298 rm -rf ndk-build/ndk-build.mk Makefile #12 8.300 make[3]: Leaving directory '/checkout/cross' #12 8.301 make -C nextstep bootstrap-clean #12 8.323 make[3]: Entering directory '/checkout/nextstep' #12 8.323 rm -rf /checkout/nextstep/Emacs.app #12 8.340 rm -f Makefile #12 8.344 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 8.344 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 8.344 Cocoa/Emacs.base/Contents/Info.plist \ #12 8.344 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 8.368 make[3]: Leaving directory '/checkout/nextstep' #12 8.375 make -C admin/charsets bootstrap-clean #12 8.403 make[3]: Entering directory '/checkout/admin/charsets' #12 8.403 make[3]: Nothing to be done for 'bootstrap-clean'. #12 8.403 make[3]: Leaving directory '/checkout/admin/charsets' #12 8.407 make -C admin/unidata bootstrap-clean #12 8.413 make[3]: Entering directory '/checkout/admin/unidata' #12 8.486 rm -f ./*.elc unidata.txt #12 8.495 make[3]: Leaving directory '/checkout/admin/unidata' #12 8.495 make -C leim bootstrap-clean #12 8.525 make[3]: Entering directory '/checkout/leim' #12 8.531 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 8.542 make[3]: Leaving directory '/checkout/leim' #12 8.547 make -C lisp bootstrap-clean #12 8.553 make[3]: Entering directory '/checkout/lisp' #12 8.748 find . -name '*.elc' -delete #12 8.762 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 8.768 make[3]: Leaving directory '/checkout/lisp' #12 8.769 make -C admin/grammars bootstrap-clean #12 8.776 make[3]: Entering directory '/checkout/admin/grammars' #12 8.776 make[3]: Nothing to be done for 'bootstrap-clean'. #12 8.776 make[3]: Leaving directory '/checkout/admin/grammars' #12 8.777 [ ! -f config.log ] || mv -f config.log config.log~ #12 8.961 rm -rf ./info #12 8.973 rm -f ./etc/refcards/emacsver.tex #12 8.991 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 9.047 rm -fr autom4te.cache config.cache #12 9.063 rm -f config.log ./doc/man/emacs.1 #12 9.087 make[2]: Leaving directory '/checkout' #12 9.087 cd . && ./autogen.sh autoconf #12 9.139 Checking whether you have the necessary tools... #12 9.139 (Read INSTALL.REPO for more details on building Emacs) #12 9.167 Checking for autoconf (need at least version 2.65) ... ok #12 9.337 Your system has the required tools. #12 9.379 Running 'autoreconf -fi -I m4' ... #12 54.00 Building 'aclocal.m4' in exec ... #12 54.00 Running 'autoreconf -fi' in exec ... #12 65.17 You can now run './autogen.sh git'. #12 65.18 make MAKEFILE_NAME=force-Makefile force-Makefile #12 65.19 make[2]: Entering directory '/checkout' #12 65.20 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 65.38 if [ -x ./config.status ]; then \ #12 65.38 ./config.status --recheck; \ #12 65.38 else \ #12 65.38 ./configure --cache-file=/dev/null; \ #12 65.38 fi #12 65.48 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #12 66.21 checking for xcrun... no #12 66.22 checking for GNU Make... make #12 66.26 checking build system type... x86_64-pc-linux-gnu #12 66.89 checking host system type... x86_64-pc-linux-gnu #12 67.00 checking for gcc... gcc #12 67.36 checking whether the C compiler works... yes #12 67.62 checking for C compiler default output file name... a.out #12 67.63 checking for suffix of executables... #12 67.94 checking whether we are cross compiling... no #12 68.23 checking for suffix of object files... o #12 68.46 checking whether we are using the GNU C compiler... yes #12 68.63 checking whether gcc accepts -g... yes #12 68.78 checking for gcc option to enable C11 features... none needed #12 69.13 checking whether the compiler is clang... no #12 69.37 checking for compiler option needed when checking for declarations... none #12 69.37 checking whether gcc and cc understand -c and -o together... yes #12 70.09 checking how to run the C preprocessor... gcc -E #12 70.63 checking for grep that handles long lines and -e... /bin/grep #12 70.65 checking for egrep... /bin/grep -E #12 70.66 checking for ANSI C header files... yes #12 71.90 checking for sys/types.h... yes #12 72.48 checking for sys/stat.h... yes #12 72.89 checking for stdlib.h... yes #12 73.40 checking for string.h... yes #12 73.73 checking for memory.h... yes #12 73.98 checking for strings.h... yes #12 74.36 checking for inttypes.h... yes #12 74.67 checking for stdint.h... yes #12 74.94 checking for unistd.h... yes #12 75.23 checking for wchar.h... yes #12 75.55 checking for minix/config.h... no #12 75.96 checking for linux/fs.h... yes #12 76.33 checking for malloc.h... yes #12 76.60 checking for sys/systeminfo.h... no #12 76.94 checking for sys/sysinfo.h... yes #12 77.31 checking for coff.h... no #12 77.61 checking for pty.h... yes #12 77.89 checking for sys/resource.h... yes #12 78.21 checking for sys/utsname.h... yes #12 78.54 checking for pwd.h... yes #12 78.85 checking for util.h... no #12 79.06 checking for sanitizer/lsan_interface.h... yes #12 79.51 checking for sanitizer/asan_interface.h... yes #12 79.84 checking for sanitizer/common_interface_defs.h... yes #12 80.22 checking for sys/socket.h... yes #12 80.59 checking for stdlib.h... (cached) yes #12 80.65 checking for unistd.h... (cached) yes #12 80.70 checking for sys/param.h... yes #12 81.05 checking for pthread.h... yes #12 81.39 checking for malloc/malloc.h... no #12 81.68 checking for sys/un.h... yes #12 81.93 checking for utmp.h... yes #12 82.26 checking for utmpx.h... yes #12 82.52 checking for OS.h... no #12 82.89 checking for dirent.h... yes #12 83.22 checking for execinfo.h... yes #12 83.67 checking for linux/xattr.h... yes #12 84.15 checking for stdio_ext.h... yes #12 84.54 checking for sys/vfs.h... yes #12 84.93 checking for sys/fs_types.h... no #12 85.17 checking for getopt.h... yes #12 85.47 checking for sys/cdefs.h... yes #12 85.84 checking for sys/time.h... yes #12 86.35 checking for ieee754.h... yes #12 86.72 checking for limits.h... yes #12 87.20 checking for inttypes.h... (cached) yes #12 87.30 checking for sys/types.h... (cached) yes #12 87.35 checking for stdint.h... (cached) yes #12 87.43 checking for sys/select.h... yes #12 87.81 checking for stdbool.h... yes #12 88.11 checking for stdckdint.h... no #12 88.39 checking for sys/random.h... yes #12 88.79 checking for sys/stat.h... (cached) yes #12 88.85 checking whether it is safe to define __EXTENSIONS__... yes #12 89.17 checking whether _XOPEN_SOURCE should be defined... no #12 89.44 checking for Minix Amsterdam compiler... no #12 89.52 checking for ar... ar #12 89.53 checking for ranlib... ranlib #12 89.54 checking for gcc option to enable large file support... none needed #12 90.10 checking for gcc option for timestamps after 2038... none needed #12 90.38 checking for g++... g++ #12 90.56 checking whether we are using the GNU C++ compiler... yes #12 90.79 checking whether g++ accepts -g... yes #12 90.98 checking for g++ option to enable C++11 features... none needed #12 144.2 checking how to run the C++ preprocessor... g++ -E #12 144.9 checking whether gcc accepts -g3 -O2... yes #12 145.3 checking whether the compiler is clang... no #12 145.5 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 145.7 checking whether -Wno-missing-field-initializers is needed... yes #12 146.3 checking whether -Wuninitialized is supported... yes #12 146.6 checking whether C compiler handles -fstrict-flex-arrays... no #12 146.7 checking whether C compiler handles -Wall... yes #12 147.1 checking whether C compiler handles -Warith-conversion... yes #12 147.6 checking whether C compiler handles -Wdate-time... yes #12 147.9 checking whether C compiler handles -Wdisabled-optimization... yes #12 148.3 checking whether C compiler handles -Wdouble-promotion... yes #12 148.6 checking whether C compiler handles -Wduplicated-cond... yes #12 149.0 checking whether C compiler handles -Wextra... yes #12 149.3 checking whether C compiler handles -Wformat-signedness... yes #12 149.5 checking whether C compiler handles -Winit-self... yes #12 149.8 checking whether C compiler handles -Winvalid-pch... yes #12 150.1 checking whether C compiler handles -Wlogical-op... yes #12 150.4 checking whether C compiler handles -Wmissing-declarations... yes #12 150.7 checking whether C compiler handles -Wmissing-include-dirs... yes #12 151.0 checking whether C compiler handles -Wmissing-prototypes... yes #12 151.4 checking whether C compiler handles -Wnested-externs... yes #12 151.7 checking whether C compiler handles -Wnull-dereference... yes #12 152.2 checking whether C compiler handles -Wold-style-definition... yes #12 152.6 checking whether C compiler handles -Wopenmp-simd... yes #12 153.0 checking whether C compiler handles -Wpacked... yes #12 153.4 checking whether C compiler handles -Wpointer-arith... yes #12 153.8 checking whether C compiler handles -Wstrict-flex-arrays... no #12 153.9 checking whether C compiler handles -Wstrict-prototypes... yes #12 154.3 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 154.6 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 155.0 checking whether C compiler handles -Wsuggest-final-methods... yes #12 155.5 checking whether C compiler handles -Wsuggest-final-types... yes #12 156.0 checking whether C compiler handles -Wtrampolines... yes #12 156.3 checking whether C compiler handles -Wuninitialized... yes #12 156.7 checking whether C compiler handles -Wunknown-pragmas... yes #12 157.1 checking whether C compiler handles -Wunused-macros... yes #12 157.5 checking whether C compiler handles -Wvariadic-macros... yes #12 158.0 checking whether C compiler handles -Wvector-operation-performance... yes #12 158.3 checking whether C compiler handles -Wwrite-strings... yes #12 158.6 checking whether C compiler handles -Warray-bounds=2... yes #12 159.1 checking whether C compiler handles -Wattribute-alias=2... yes #12 159.5 checking whether C compiler handles -Wformat=2... yes #12 159.9 checking whether C compiler handles -Wformat-truncation=2... yes #12 160.2 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 160.6 checking whether C compiler handles -Wshift-overflow=2... yes #12 161.1 checking whether C compiler handles -Wuse-after-free=3... no #12 161.3 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 161.8 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 162.2 checking whether C compiler handles -Wredundant-decls... yes #12 162.7 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 162.7 checking whether C compiler handles -Wno-override-init... yes #12 163.3 checking whether C compiler handles -Wno-sign-compare... yes #12 163.7 checking whether C compiler handles -Wno-type-limits... yes #12 164.4 checking whether C compiler handles -Wno-unused-parameter... yes #12 165.1 checking whether C compiler handles -Wno-format-nonliteral... yes #12 165.6 checking whether C compiler handles -Wno-bidi-chars... no #12 165.9 checking for a BSD-compatible install... /usr/bin/install -c #12 166.0 checking command to symlink files in the same directory... ln -s #12 166.0 checking for install-info... : #12 166.0 checking for gzip... /bin/gzip #12 166.1 checking for 'find' args to delete a file... -delete #12 166.1 checking for brew... no #12 167.4 checking for -znocombreloc... not needed #12 167.4 checking whether addresses are sanitized... no #12 167.6 checking for math library... -lm #12 169.4 checking for struct passwd.pw_gecos... yes #12 169.7 checking for pkg-config... /usr/bin/pkg-config #12 169.7 checking pkg-config is at least version 0.9.0... yes #12 169.8 checking for machine/soundcard.h... no #12 170.0 checking for sys/soundcard.h... yes #12 170.3 checking for soundcard.h... no #12 170.5 checking for mmsystem.h... no #12 170.6 checking for _oss_ioctl in -lossaudio... no #12 170.8 checking for alsa >= 1.0.0... no #12 170.9 checking for ADDR_NO_RANDOMIZE... yes #12 171.1 checking if Linux sysinfo may be used... yes #12 171.7 checking for sys/wait.h that is POSIX.1 compatible... yes #12 172.0 checking for net/if.h... yes #12 172.4 checking for ifaddrs.h... yes #12 172.8 checking for net/if_dl.h... no #12 173.1 checking for struct ifreq.ifr_flags... yes #12 173.4 checking for struct ifreq.ifr_hwaddr... yes #12 173.9 checking for struct ifreq.ifr_netmask... yes #12 174.8 checking for struct ifreq.ifr_broadaddr... yes #12 175.5 checking for struct ifreq.ifr_addr... yes #12 176.3 checking for struct ifreq.ifr_addr.sa_len... no #12 176.9 checking whether gcc understands -MMD -MF... yes #12 177.2 checking for X... no #12 177.8 checking AppKit/AppKit.h usability... yes #12 179.9 checking AppKit/AppKit.h presence... yes #12 180.5 checking for AppKit/AppKit.h... yes #12 180.5 checking for Mac OS X 12.0 or later... yes #12 180.7 checking for gcc... gcc #12 180.9 checking whether we are using the GNU Objective C compiler... yes #12 181.1 checking whether gcc accepts -g... yes #12 181.2 checking if the Objective C compiler supports instancetype... yes #12 181.3 checking if the Objective C compiler defaults to C99... no #12 181.5 checking whether malloc is Doug Lea style... no #12 181.6 checking for sbrk... yes #12 182.3 checking for __lsan_ignore_object... no #12 182.7 checking for fchmod... yes #12 183.4 checking for utmpname... yes #12 184.1 checking for utmpxname... yes #12 184.6 checking for canonicalize_file_name... yes #12 185.1 checking for realpath... yes #12 185.6 checking for lstat... yes #12 185.9 checking for fchmodat... yes #12 186.3 checking for lchmod... no #12 186.5 checking for fcntl... yes #12 187.1 checking for fdopendir... yes #12 187.7 checking for listxattr... yes #12 188.2 checking for fstatat... yes #12 188.6 checking for fsync... yes #12 189.0 checking for gettimeofday... yes #12 189.5 checking for memset_explicit... no #12 189.9 checking for memset_s... no #12 190.2 checking for pselect... yes #12 190.5 checking for readlink... yes #12 191.2 checking for isblank... yes #12 191.6 checking for iswctype... yes #12 192.4 checking for strtoimax... yes #12 193.1 checking for symlink... yes #12 193.8 checking for localtime_r... yes #12 194.2 checking for getdtablesize... yes #12 194.6 checking for getpagesize... yes #12 195.0 checking for working mmap... yes #12 195.5 checking for main in -lXbsd... no #12 195.8 checking for pthread library... -lpthread #12 196.5 checking for thread support... yes #12 196.6 checking for librsvg-2.0 >= 2.14.0... no #12 196.6 checking for libwebpdemux >= 0.6.0... no #12 196.7 checking for WebPGetInfo... no #12 197.2 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #12 197.3 checking for sqlite3_open_v2 in -lsqlite3... no #12 197.6 checking for getaddrinfo_a in -lanl... yes #12 198.0 checking for malloc_trim... yes #12 198.3 checking for dbus-1 >= 1.0... yes #12 198.3 checking for dbus_watch_get_unix_fd... yes #12 198.8 checking for dbus_type_is_valid... yes #12 199.4 checking for dbus_validate_bus_name... yes #12 199.9 checking for dbus_validate_path... yes #12 200.2 checking for dbus_validate_interface... yes #12 200.7 checking for dbus_validate_member... yes #12 201.2 checking for lgetfilecon in -lselinux... no #12 201.5 checking for gnutls >= 2.12.2... yes #12 201.5 checking for libsystemd >= 222... no #12 201.6 checking for jansson >= 2.7... no #12 201.6 checking for tree-sitter >= 0.20.2... no #12 201.8 checking for tree-sitter >= 0.6.3... no #12 201.8 checking sys/inotify.h usability... yes #12 202.1 checking sys/inotify.h presence... yes #12 202.2 checking for sys/inotify.h... yes #12 202.2 checking for inotify_init1... yes #12 202.8 checking for jpeglib 6b or later... no #12 203.2 checking for lcms2... no #12 203.2 checking for library containing inflateEnd... -lz #12 204.2 checking for dladdr... yes #12 204.6 checking for dlfunc... no #12 205.0 checking for libpng >= 1.0.0... no #12 205.1 checking for libpng not configured by pkg-config... no #12 205.3 checking tiffio.h usability... no #12 205.6 checking tiffio.h presence... no #12 205.7 checking for tiffio.h... no #12 205.7 checking gif_lib.h usability... no #12 206.1 checking gif_lib.h presence... no #12 206.2 checking for gif_lib.h... no #12 206.2 checking gpm.h usability... no #12 206.5 checking gpm.h presence... no #12 206.6 checking for gpm.h... no #12 206.7 checking for libxml-2.0 > 2.6.17... no #12 206.7 checking for maillock in -lmail... no #12 207.0 checking for maillock in -llockfile... no #12 207.3 checking for liblockfile.so... no #12 207.3 checking maillock.h usability... no #12 207.7 checking maillock.h presence... no #12 207.8 checking for maillock.h... no #12 207.9 checking linux/seccomp.h usability... yes #12 208.2 checking linux/seccomp.h presence... yes #12 208.3 checking for linux/seccomp.h... yes #12 208.4 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 208.7 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 208.9 checking linux/filter.h usability... yes #12 209.1 checking linux/filter.h presence... yes #12 209.2 checking for linux/filter.h... yes #12 209.3 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 209.4 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 209.4 checking for libseccomp >= 2.5.2... no #12 209.4 checking size of long... 8 #12 210.0 checking for accept4... yes #12 210.4 checking for fchdir... yes #12 210.8 checking for gethostname... yes #12 211.1 checking for getrusage... yes #12 211.6 checking for get_current_dir_name... yes #12 212.3 checking for lrand48... yes #12 212.8 checking for random... yes #12 213.2 checking for rint... yes #12 213.6 checking for tcdrain... yes #12 214.3 checking for trunc... yes #12 214.9 checking for select... yes #12 215.4 checking for getpagesize... (cached) yes #12 215.5 checking for setlocale... yes #12 216.1 checking for newlocale... yes #12 216.8 checking for getrlimit... yes #12 217.2 checking for setrlimit... yes #12 217.5 checking for shutdown... yes #12 217.9 checking for pthread_sigmask... (cached) yes #12 218.0 checking for strsignal... yes #12 218.2 checking for setitimer... yes #12 218.7 checking for sendto... yes #12 219.2 checking for recvfrom... yes #12 219.7 checking for getsockname... yes #12 220.2 checking for getifaddrs... yes #12 220.7 checking for freeifaddrs... yes #12 221.2 checking for gai_strerror... yes #12 221.8 checking for sync... yes #12 222.5 checking for endpwent... yes #12 223.1 checking for getgrent... yes #12 223.5 checking for endgrent... yes #12 223.9 checking for renameat2... yes #12 224.4 checking for cfmakeraw... yes #12 224.7 checking for cfsetspeed... yes #12 225.1 checking for __executable_start... yes #12 225.3 checking for log2... yes #12 225.8 checking for pthread_setname_np... yes #12 226.1 checking for pthread_set_name_np... no #12 226.4 checking for getpwent... yes #12 226.6 checking whether pthread_setname_np takes a single argument... no #12 226.8 checking whether pthread_setname_np takes three arguments... no #12 227.0 checking for aligned_alloc... yes #12 227.5 checking whether aligned_alloc is declared... yes #12 227.8 checking for posix_madvise... yes #12 228.1 checking for madvise... yes #12 228.4 checking for __builtin_frame_address... yes #12 228.7 checking for __builtin_unwind_init... yes #12 229.1 checking for _LARGEFILE_SOURCE value needed for large files... no #12 229.5 checking for grantpt... yes #12 230.0 checking for getpt... yes #12 230.3 checking for posix_openpt... yes #12 230.7 checking for library containing tputs... -ltinfo #12 231.5 checking whether -ltinfo library defines BC... yes #12 231.8 checking for timerfd interface... yes #12 232.1 checking whether signals can be handled on alternate stack... yes #12 232.4 checking valgrind/valgrind.h usability... no #12 232.8 checking valgrind/valgrind.h presence... no #12 232.9 checking for valgrind/valgrind.h... no #12 232.9 checking for struct unipair.unicode... yes #12 233.1 checking for pid_t... yes #12 233.8 checking vfork.h usability... no #12 234.2 checking vfork.h presence... no #12 234.3 checking for vfork.h... no #12 234.3 checking for fork... yes #12 234.7 checking for vfork... yes #12 235.0 checking for working fork... yes #12 235.4 checking for working vfork... (cached) yes #12 235.5 checking for snprintf... yes #12 235.8 checking for open_memstream... yes #12 236.4 checking spawn.h usability... yes #12 236.9 checking spawn.h presence... yes #12 237.1 checking for spawn.h... yes #12 237.1 checking for posix_spawn... yes #12 237.7 checking for posix_spawn_file_actions_addchdir... no #12 238.4 checking for posix_spawn_file_actions_addchdir_np... yes #12 239.1 checking for posix_spawnattr_setflags... yes #12 239.6 checking whether POSIX_SPAWN_SETSID is declared... yes #12 239.8 checking whether GLib is linked in... no #12 240.0 checking for nl_langinfo and CODESET... yes #12 240.4 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 240.7 checking for mbstate_t... yes #12 241.1 checking for signals via characters... yes #12 241.3 checking for _setjmp... yes #12 241.7 checking for sigsetjmp... yes #12 242.0 checking POSIX termios... yes #12 242.4 checking size of speed_t... 4 #12 242.9 checking for usable FIONREAD... yes #12 243.1 checking for usable SIGIO... yes #12 243.3 checking for struct alignment... yes #12 243.5 checking for C/C++ restrict keyword... __restrict__ #12 243.6 checking for typeof syntax and keyword spelling... typeof #12 243.7 checking for statement expressions... yes #12 243.9 checking whether malloc (0) returns nonnull... yes #12 244.3 checking sys/acl.h usability... yes #12 244.7 checking sys/acl.h presence... yes #12 244.8 checking for sys/acl.h... yes #12 244.9 checking for library containing acl_get_file... -lacl #12 245.6 checking for acl_get_file... yes #12 246.0 checking for acl_get_fd... yes #12 246.5 checking for acl_set_file... yes #12 246.9 checking for acl_set_fd... yes #12 247.3 checking for acl_free... yes #12 247.7 checking for acl_from_mode... yes #12 248.2 checking for acl_from_text... yes #12 249.0 checking for acl_delete_def_file... yes #12 249.8 checking for acl_extended_file... yes #12 250.4 checking for acl_delete_fd_np... no #12 250.8 checking for acl_delete_file_np... no #12 251.5 checking for acl_copy_ext_native... no #12 252.1 checking for acl_create_entry_np... no #12 252.9 checking for acl_to_short_text... no #12 253.7 checking for acl_free_text... no #12 254.1 checking for working acl_get_file... yes #12 254.7 checking acl/libacl.h usability... yes #12 255.0 checking acl/libacl.h presence... yes #12 255.1 checking for acl/libacl.h... yes #12 255.1 checking for acl_entries... yes #12 255.4 checking for ACL_FIRST_ENTRY... yes #12 255.6 checking for ACL_TYPE_EXTENDED... no #12 255.8 checking for working alloca.h... yes #12 256.1 checking for alloca... yes #12 256.5 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 256.5 checking whether the preprocessor supports include_next... yes #12 256.7 checking whether source code line length is unlimited... yes #12 256.9 checking whether endutent is declared... yes #12 257.2 checking for struct utmpx.ut_user... yes #12 257.6 checking for struct utmp.ut_user... yes #12 258.0 checking for struct utmpx.ut_name... yes #12 258.4 checking for struct utmp.ut_name... yes #12 258.7 checking for struct utmpx.ut_type... yes #12 259.0 checking for struct utmp.ut_type... yes #12 259.3 checking for struct utmpx.ut_pid... yes #12 259.6 checking for struct utmp.ut_pid... yes #12 259.9 checking for struct utmp.ut_tv... yes #12 260.6 checking for struct utmpx.ut_host... yes #12 260.9 checking for struct utmp.ut_host... yes #12 261.4 checking for struct utmpx.ut_id... yes #12 261.9 checking for struct utmp.ut_id... yes #12 262.3 checking for struct utmpx.ut_session... yes #12 262.9 checking for struct utmp.ut_session... yes #12 263.5 checking for struct utmpx.ut_exit... yes #12 264.3 checking for struct utmp.ut_exit... yes #12 265.1 checking for struct utmpx.ut_exit.ut_exit... no #12 265.8 checking for struct utmpx.ut_exit.e_exit... yes #12 266.1 checking for struct utmp.ut_exit.e_exit... yes #12 266.6 checking for struct utmpx.ut_exit.ut_termination... no #12 267.6 checking for struct utmpx.ut_exit.e_termination... yes #12 268.0 checking for struct utmp.ut_exit.e_termination... yes #12 268.4 checking whether sysinfo is declared... yes #12 268.7 checking for sys/sysctl.h... yes #12 269.1 checking for sysctl... yes #12 269.5 checking whether lstat correctly handles trailing slash... yes #12 270.2 checking whether // is distinct from /... no #12 270.2 checking whether realpath works... yes #12 270.8 checking for faccessat... yes #12 271.2 checking for getcwd... yes #12 271.5 checking whether byte ordering is bigendian... no #12 272.2 checking if environ is properly declared... yes #12 272.3 checking for complete errno.h... yes #12 272.3 checking whether ctype.h defines __header_inline... no #12 272.5 checking for mode_t... yes #12 273.1 checking whether strmode is declared... no #12 273.4 checking whether getline is declared... yes #12 273.7 checking for gawk... no #12 273.7 checking for mawk... mawk #12 273.7 checking for getopt.h... (cached) yes #12 273.7 checking for getopt_long_only... yes #12 274.2 checking whether getopt is POSIX compatible... yes #12 275.8 checking for working GNU getopt function... yes #12 276.4 checking for working GNU getopt_long function... yes #12 276.7 checking whether timespec_get is declared... yes #12 276.8 checking for timespec_get... yes #12 277.2 checking for struct timeval... yes #12 277.4 checking for wide-enough struct timeval.tv_sec member... yes #12 277.6 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 277.8 checking whether the compiler produces multi-arch binaries... no #12 277.9 checking whether stdint.h conforms to C99... yes #12 279.0 checking whether stdint.h works without ISO C predefines... yes #12 279.4 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 281.3 checking whether memmem is declared... yes #12 281.6 checking whether memrchr is declared... yes #12 282.2 checking whether defines MIN and MAX... no #12 282.5 checking whether defines MIN and MAX... yes #12 283.0 checking whether time_t is signed... yes #12 283.5 checking whether alarm is declared... yes #12 284.0 checking for working mktime... no #12 284.8 checking whether struct tm is in sys/time.h or time.h... time.h #12 285.0 checking for struct tm.tm_zone... yes #12 285.3 checking for struct tm.tm_gmtoff... yes #12 285.5 checking whether is self-contained... yes #12 286.2 checking for inline... inline #12 286.4 checking for sigset_t... yes #12 286.9 checking for volatile sig_atomic_t... yes #12 287.5 checking for sighandler_t... yes #12 288.0 checking for wchar_t... yes #12 288.2 checking for good max_align_t... yes #12 288.4 checking whether NULL can be used in arbitrary expressions... yes #12 288.5 checking for unreachable... no #12 289.1 checking whether fcloseall is declared... yes #12 289.7 checking whether getw is declared... yes #12 290.2 checking whether putw is declared... yes #12 290.6 checking which flavor of printf attribute matches inttypes macros... system #12 291.0 checking whether strnlen is declared... yes #12 291.4 checking whether strtoimax is declared... yes #12 291.8 checking whether stat file-mode macros are broken... no #12 292.1 checking for nlink_t... yes #12 292.5 checking for struct timespec in ... yes #12 292.9 checking for TIME_UTC in ... yes #12 293.2 checking whether execvpe is declared... yes #12 293.7 checking whether clearerr_unlocked is declared... yes #12 294.2 checking whether feof_unlocked is declared... yes #12 294.6 checking whether ferror_unlocked is declared... yes #12 295.2 checking whether fflush_unlocked is declared... yes #12 295.5 checking whether fgets_unlocked is declared... yes #12 296.1 checking whether fputc_unlocked is declared... yes #12 296.6 checking whether fputs_unlocked is declared... yes #12 297.0 checking whether fread_unlocked is declared... yes #12 297.8 checking whether fwrite_unlocked is declared... yes #12 298.4 checking whether getc_unlocked is declared... yes #12 298.7 checking whether getchar_unlocked is declared... yes #12 299.2 checking whether putc_unlocked is declared... yes #12 299.6 checking whether putchar_unlocked is declared... yes #12 300.0 checking type of array argument to getgroups... gid_t #12 300.4 checking whether getdelim is declared... yes #12 300.7 checking whether getdtablesize is declared... yes #12 301.0 checking whether malloc is ptrdiff_t safe... yes #12 301.2 checking whether malloc, realloc, calloc set errno on failure... yes #12 301.2 checking for O_CLOEXEC... yes #12 301.4 checking for promoted mode_t type... mode_t #12 301.6 checking whether the utimes function works... yes #12 302.4 checking for C compiler option to allow warnings... -Wno-error #12 302.9 checking for alignas and alignof... yes, macros #12 303.3 checking for alloca as a compiler built-in... yes #12 303.4 checking for static_assert... yes, an macro #12 303.8 checking for __builtin_expect... yes #12 304.3 checking byteswap.h usability... yes #12 304.7 checking byteswap.h presence... yes #12 304.8 checking for byteswap.h... yes #12 304.8 checking for readlinkat... yes #12 305.1 checking for library containing clock_gettime... none required #12 305.6 checking for clock_getres... yes #12 306.2 checking for clock_gettime... yes #12 306.9 checking for clock_settime... yes #12 307.4 checking for copy_file_range... yes #12 307.8 checking for d_type member in directory struct... yes #12 308.2 checking whether // is distinct from /... (cached) no #12 308.2 checking whether dup2 works... yes #12 308.7 checking for library containing backtrace_symbols_fd... none required #12 309.3 checking for faccessat... (cached) yes #12 309.3 checking whether fchmodat works... no #12 309.9 checking for readlinkat... (cached) yes #12 309.9 checking whether fcntl handles F_DUPFD correctly... yes #12 310.4 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 311.0 checking whether fdopendir is declared... yes #12 311.3 checking whether fdopendir works... yes #12 311.9 checking for flexible array member... yes #12 312.4 checking for __fpending... yes #12 313.3 checking whether __fpending is declared... yes #12 313.7 checking whether free is known to preserve errno... no #12 314.1 checking whether fstatat (..., 0) works... yes #12 314.5 checking for sys/mount.h... yes #12 314.9 checking for statvfs function (SVR4)... yes #12 315.3 checking whether to use statvfs64... no #12 315.4 checking for two-argument statfs with statfs.f_frsize member... yes #12 316.1 checking sys/fs/s5param.h usability... no #12 316.4 checking sys/fs/s5param.h presence... no #12 316.5 checking for sys/fs/s5param.h... no #12 316.5 checking sys/statfs.h usability... yes #12 317.0 checking sys/statfs.h presence... yes #12 317.1 checking for sys/statfs.h... yes #12 317.1 checking for statfs that truncates block counts... no #12 317.4 checking for futimens... yes #12 317.8 checking whether futimens works... yes #12 319.3 checking for getline... yes #12 319.7 checking for working getline function... yes #12 320.4 checking for getloadavg... yes #12 320.8 checking sys/loadavg.h usability... no #12 321.2 checking sys/loadavg.h presence... no #12 321.4 checking for sys/loadavg.h... no #12 321.4 checking whether getloadavg is declared... yes #12 321.8 checking for getrandom... yes #12 322.1 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 322.4 checking for gettimeofday with POSIX signature... yes #12 322.6 checking whether the compiler supports the __inline keyword... yes #12 322.9 checking gmp.h usability... yes #12 323.2 checking gmp.h presence... yes #12 323.3 checking for gmp.h... yes #12 323.4 checking for library containing __gmpz_roinit_n... -lgmp #12 324.3 checking for memmem... yes #12 324.7 checking whether memmem works... yes #12 325.1 checking for mempcpy... yes #12 325.4 checking for memrchr... yes #12 325.8 checking for explicit_memset... no #12 326.4 checking for mkostemp... yes #12 326.9 checking for library containing nanosleep... none required #12 327.4 checking for working nanosleep... no (mishandles large arguments) #12 329.2 checking for sys/pstat.h... no #12 329.5 checking for sys/sysmp.h... no #12 329.8 checking for sys/param.h... (cached) yes #12 329.9 checking for sys/sysctl.h... (cached) yes #12 329.9 checking for sched_getaffinity_np... no #12 330.4 checking for pstat_getdynamic... no #12 330.9 checking for sysmp... no #12 331.5 checking for sysctl... (cached) yes #12 331.5 checking for sched_getaffinity... yes #12 332.2 checking for glibc compatible sched_getaffinity... yes #12 332.4 checking for pipe2... yes #12 332.8 checking whether signature of pselect conforms to POSIX... yes #12 333.3 checking whether pselect detects invalid fds... yes #12 334.0 checking whether pthread_sigmask is a macro... no #12 334.2 checking whether pthread_sigmask returns error numbers... yes #12 334.9 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 337.6 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 338.4 checking whether readlink signature is correct... yes #12 338.7 checking whether readlink handles trailing slash correctly... yes #12 339.4 checking whether readlink truncates results correctly... yes #12 340.0 checking for readlinkat... (cached) yes #12 340.0 checking whether readlinkat signature is correct... yes #12 340.2 checking for working re_compile_pattern... no #12 341.3 checking libintl.h usability... yes #12 341.5 checking libintl.h presence... yes #12 341.7 checking for libintl.h... yes #12 341.7 checking whether isblank is declared... yes #12 342.1 checking for sig2str... no #12 342.8 checking for sigdescr_np... no #12 343.5 checking for socklen_t... yes #12 344.0 checking for ssize_t... yes #12 344.3 checking for struct stat.st_atim.tv_nsec... yes #12 344.6 checking whether struct stat.st_atim is of type struct timespec... yes #12 344.9 checking for struct stat.st_birthtimespec.tv_nsec... no #12 345.3 checking for struct stat.st_birthtimensec... no #12 345.8 checking for struct stat.st_birthtim.tv_nsec... no #12 346.3 checking for bool, true, false... no #12 346.4 checking for stpcpy... yes #12 346.9 checking for working strnlen... yes #12 347.4 checking whether strtoimax works... yes #12 348.1 checking whether symlink handles trailing slash correctly... yes #12 348.4 checking whether localtime_r is declared... yes #12 348.7 checking whether localtime_r is compatible with its POSIX signature... yes #12 349.0 checking whether localtime works even near extrema... yes #12 349.5 checking for timezone_t... no #12 349.8 checking for timegm... yes #12 350.6 checking whether timer_settime is declared... yes #12 350.8 checking for library containing timer_settime... -lrt #12 351.5 checking for timer_settime... yes #12 351.9 checking for utimensat... yes #12 352.2 checking whether utimensat works... yes #12 353.6 checking for variable-length arrays... yes #12 354.2 checking whether getdtablesize works... yes #12 355.1 checking for __mktime_internal... no #12 355.6 checking for timer_getoverrun... yes #12 355.9 checking for gcc option to disable position independent executables... not needed #12 355.9 checking for __ctype_get_mb_cur_max... yes #12 356.5 checking whether MB_CUR_MAX is defined to function that won't link... no #12 356.7 #12 356.7 Configured for 'x86_64-pc-linux-gnu'. #12 356.7 #12 356.7 Where should the build process find the source code? . #12 356.7 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 356.7 Should Emacs use the GNU version of malloc? no #12 356.7 (The GNU allocators don't work with this system configuration.) #12 356.7 Should Emacs use a relocating allocator for buffers? no #12 356.7 Should Emacs use mmap(2) for buffer allocation? no #12 356.7 What window system should Emacs use? nextstep #12 356.7 What toolkit should Emacs use? none #12 356.7 Where do we find X Windows header files? NONE #12 356.7 Where do we find X Windows libraries? NONE #12 356.7 Does Emacs use -lXaw3d? no #12 356.7 Is Emacs being built for Android? no #12 356.7 Does Emacs use the X Double Buffer Extension? no #12 356.7 Does Emacs use -lXpm? no #12 356.7 Does Emacs use -ljpeg? no #12 356.7 Does Emacs use -ltiff? no #12 356.7 Does Emacs use a gif library? no #12 356.7 Does Emacs use a png library? no #12 356.7 Does Emacs use -lrsvg-2? no #12 356.7 Does Emacs use -lwebp? no #12 356.7 Does Emacs use -lsqlite3? no #12 356.7 Does Emacs use cairo? no #12 356.7 Does Emacs use -llcms2? no #12 356.7 Does Emacs use imagemagick? no #12 356.7 Does Emacs use native APIs for images? yes (ns) #12 356.7 Does Emacs support sound? yes #12 356.7 Does Emacs use -lgpm? no #12 356.7 Does Emacs use -ldbus? yes #12 356.7 Does Emacs use -lgconf? no #12 356.7 Does Emacs use GSettings? no #12 356.7 Does Emacs use a file notification library? yes -lglibc (inotify) #12 356.7 Does Emacs use access control lists? yes -lacl -lattr #12 356.7 Does Emacs use -lselinux? no #12 356.7 Does Emacs use -lgnutls? yes #12 356.7 Does Emacs use -lxml2? no #12 356.7 Does Emacs use -lfreetype? no #12 356.7 Does Emacs use HarfBuzz? no #12 356.7 Does Emacs use -lm17n-flt? no #12 356.7 Does Emacs use -lotf? no #12 356.7 Does Emacs use -lxft? no #12 356.7 Does Emacs use -lsystemd? no #12 356.7 Does Emacs use -ljansson? no #12 356.7 Does Emacs use -ltree-sitter? no #12 356.7 Does Emacs use the GMP library? yes #12 356.7 Does Emacs directly use zlib? yes #12 356.7 Does Emacs have dynamic modules support? yes #12 356.7 Does Emacs use toolkit scroll bars? yes #12 356.7 Does Emacs support Xwidgets? no #12 356.7 Does Emacs have threading support in lisp? yes #12 356.7 Does Emacs support the portable dumper? yes #12 356.7 Does Emacs support legacy unexec dumping? no #12 356.7 Which dumping strategy does Emacs use? pdumper #12 356.7 Does Emacs have native lisp compiler? no #12 356.7 Does Emacs use version 2 of the X Input Extension? no #12 356.7 Does Emacs generate a smaller-size Japanese dictionary? no #12 356.7 #12 356.7 #12 356.7 #12 356.7 Run 'make' to build Emacs, then run 'src/emacs' to test it. #12 356.7 Run 'make install' in order to build an application bundle. #12 356.7 The application will go to nextstep/Emacs.app and can be run or moved #12 356.7 from there. #12 356.7 The application will be fully self-contained. #12 356.7 #12 358.2 configure: creating ./config.status #12 358.7 configure: WARNING: This configuration installs a 'movemail' program #12 358.7 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 358.7 installed a 'movemail' program that retrieved POP3 email via only #12 358.7 insecure channels, a practice that is no longer recommended but that #12 358.7 you can continue to support by using './configure --with-pop'. #12 358.7 configure: You might want to install GNU Mailutils #12 358.7 and use './configure --with-mailutils'. #12 360.1 MAKE='make' ./config.status #12 360.3 config.status: creating src/verbose.mk #12 360.4 config.status: creating src/emacs-module.h #12 360.5 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #12 360.7 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #12 360.8 config.status: creating Makefile #12 360.9 config.status: creating lib/gnulib.mk #12 361.0 config.status: creating ./doc/man/emacs.1 #12 361.1 config.status: creating lib/Makefile #12 361.2 config.status: creating lib-src/Makefile #12 361.3 config.status: creating oldXMenu/Makefile #12 361.4 config.status: creating src/Makefile #12 361.6 config.status: creating lwlib/Makefile #12 361.8 config.status: creating nextstep/Makefile #12 362.0 config.status: creating nt/Makefile #12 362.1 config.status: creating doc/emacs/Makefile #12 362.3 config.status: creating doc/misc/Makefile #12 362.4 config.status: creating doc/lispintro/Makefile #12 362.6 config.status: creating doc/lispref/Makefile #12 362.8 config.status: creating lisp/Makefile #12 362.9 config.status: creating leim/Makefile #12 363.1 config.status: creating test/Makefile #12 363.2 config.status: creating test/manual/noverlay/Makefile #12 363.4 config.status: creating test/infra/Makefile #12 363.5 config.status: creating admin/charsets/Makefile #12 363.7 config.status: creating admin/unidata/Makefile #12 363.8 config.status: creating admin/grammars/Makefile #12 364.0 config.status: creating java/Makefile #12 364.1 config.status: creating cross/Makefile #12 364.3 config.status: creating java/AndroidManifest.xml #12 364.5 config.status: creating src/config.h #12 364.6 config.status: executing src/epaths.h commands #12 364.6 make[3]: Entering directory '/checkout' #12 364.8 make[3]: Leaving directory '/checkout' #12 364.8 config.status: executing src/.gdbinit commands #12 364.9 config.status: executing doc/emacs/emacsver.texi commands #12 365.0 config.status: executing etc-refcards-emacsver.tex commands #12 365.0 make[3]: Entering directory '/checkout' #12 365.1 make[3]: Leaving directory '/checkout' #12 365.1 make[2]: Leaving directory '/checkout' #12 365.1 make actual-all #12 365.1 make[2]: Entering directory '/checkout' #12 365.4 make -C lib all #12 365.8 make[3]: Entering directory '/checkout/lib' #12 365.8 GEN alloca.h #12 365.8 GEN dirent.h #12 365.9 GEN fcntl.h #12 366.0 GEN malloc/dynarray.gl.h #12 366.0 GEN malloc/dynarray-skeleton.gl.h #12 366.0 GEN inttypes.h #12 366.1 GEN limits.h #12 366.1 GEN signal.h #12 366.2 GEN stdckdint.h #12 366.2 GEN stddef.h #12 366.2 GEN stdio.h #12 366.5 GEN stdlib.h #12 366.8 GEN string.h #12 367.1 GEN sys/random.h #12 367.2 GEN sys/select.h #12 367.3 GEN sys/stat.h #12 367.4 GEN sys/time.h #12 367.5 GEN sys/types.h #12 367.6 GEN time.h #12 367.7 GEN unistd.h #12 368.3 CC fingerprint.o #12 368.4 CC mktime.o #12 369.6 CC acl-errno-valid.o #12 370.0 CC acl-internal.o #12 370.7 CC get-permissions.o #12 371.5 CC set-permissions.o #12 372.2 CC allocator.o #12 372.7 CC binary-io.o #12 373.3 CC boot-time.o #12 374.2 CC c-ctype.o #12 374.6 CC c-strcasecmp.o #12 374.9 CC c-strncasecmp.o #12 375.1 CC careadlinkat.o #12 375.6 CC close-stream.o #12 376.2 CC copy-file-range.o #12 376.6 CC count-leading-zeros.o #12 377.0 CC count-one-bits.o #12 377.4 CC count-trailing-zeros.o #12 377.8 CC md5-stream.o #12 378.2 CC md5.o #12 379.6 CC sha1.o #12 381.7 CC sha256.o #12 386.4 CC sha512.o #12 394.0 CC dtoastr.o #12 394.7 CC dtotimespec.o #12 395.0 CC fchmodat.o #12 395.5 CC fcntl.o #12 395.9 CC file-has-acl.o #12 396.6 CC filemode.o #12 397.0 CC filevercmp.o #12 397.6 CC free.o #12 398.0 CC fsusage.o #12 398.5 CC gettime.o #12 398.9 CC malloc/dynarray_at_failure.o #12 399.5 CC malloc/dynarray_emplace_enlarge.o #12 400.0 CC malloc/dynarray_finalize.o #12 400.4 CC malloc/dynarray_resize.o #12 400.8 CC malloc/dynarray_resize_clear.o #12 401.2 CC memset_explicit.o #12 401.4 CC nanosleep.o #12 401.9 CC nproc.o #12 402.6 CC nstrftime.o #12 405.6 CC pipe2.o #12 406.1 CC qcopy-acl.o #12 406.7 CC regex.o #12 425.2 CC sig2str.o #12 425.8 CC sigdescr_np.o #12 426.2 CC stat-time.o #12 426.5 CC tempname.o #12 427.1 CC time_rz.o #12 427.8 CC timegm.o #12 427.9 CC timespec.o #12 428.2 CC timespec-add.o #12 428.4 CC timespec-sub.o #12 428.8 CC u64.o #12 429.3 CC unistd.o #12 429.7 CC openat-die.o #12 430.3 CC save-cwd.o #12 430.5 AR libgnu.a #12 431.4 make[3]: Leaving directory '/checkout/lib' #12 431.4 make -C lib-src all #12 431.4 make[3]: Entering directory '/checkout/lib-src' #12 431.5 CCLD etags #12 453.9 CCLD ctags #12 471.7 CCLD emacsclient #12 475.1 CCLD ebrowse #12 483.7 CCLD hexl #12 484.8 CC pop.o #12 484.9 CCLD movemail #12 485.8 CCLD make-docfile #12 489.6 CCLD make-fingerprint #12 490.3 make[3]: Leaving directory '/checkout/lib-src' #12 490.4 make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' \ #12 490.4 ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' all #12 490.9 make[3]: Entering directory '/checkout/src' #12 490.9 GEN globals.h #12 491.7 CC dispnew.o #12 510.0 CC frame.o #12 530.9 CC scroll.o #12 533.9 CC xdisp.o #12 659.4 CC menu.o #12 666.9 CC window.o #12 696.4 CC charset.o #12 707.6 CC coding.o #12 759.8 CC category.o #12 763.1 CC ccl.o #12 773.5 CC character.o #12 779.7 CC chartab.o #12 786.6 CC bidi.o #12 794.4 CC cm.o #12 795.9 CC term.o #12 807.8 CC terminal.o #12 809.9 CC xfaces.o #12 833.2 CC dbusbind.o #12 846.3 CC emacs.o #12 852.3 CC keyboard.o #12 897.4 CC macros.o #12 899.8 CC keymap.o #12 915.0 CC sysdep.o #12 922.1 CC bignum.o #12 925.1 CC buffer.o #12 941.8 CC filelock.o #12 945.5 CC insdel.o #12 951.1 CC marker.o #12 954.8 CC minibuf.o #12 965.1 CC fileio.o #12 982.8 CC dired.o #12 986.8 CC cmds.o #12 989.7 CC casetab.o #12 991.4 CC casefiddle.o #12 995.2 CC indent.o #12 1006. CC search.o #12 1018. CC regex-emacs.o #12 1043. CC undo.o #12 1046. CC alloc.o #12 1060. CC pdumper.o #12 1075. CC data.o #12 1090. GEN buildobj.h #12 1091. CC doc.o #12 1095. CC editfns.o #12 1113. CC callint.o #12 1117. CC eval.o #12 1132. CC floatfns.o #12 1136. CC fns.o #12 1160. CC sort.o #12 1162. CC font.o #12 1186. CC print.o #12 1199. CC lread.o #12 1216. CC emacs-module.o #12 1224. CC syntax.o #12 1242. CC bytecode.o #12 1252. CC comp.o #12 1253. CC dynlib.o #12 1253. CC process.o #12 1277. CC gnutls.o #12 1289. CC callproc.o #12 1296. CC region-cache.o #12 1298. CC sound.o #12 1301. CC timefns.o #12 1308. CC atimer.o #12 1310. CC doprnt.o #12 1312. CC intervals.o #12 1320. CC textprop.o #12 1327. CC composite.o #12 1338. CC xml.o #12 1339. CC lcms.o #12 1339. CC inotify.o #12 1342. CC profiler.o #12 1345. CC decompress.o #12 1348. CC thread.o #12 1351. CC systhread.o #12 1353. CC sqlite.o #12 1354. CC treesit.o #12 1356. CC itree.o #12 1360. CC fontset.o #12 1371. CC fringe.o #12 1379. CC image.o #12 1391. image.c:143: warning: macro "PIX_MASK_DRAW" is not used [-Wunused-macros] #12 1391. 143 | #define PIX_MASK_DRAW 1 #12 1391. | #12 1392. CC nsterm.o #12 1392. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1392. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1394. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1394. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1394. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1394. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1394. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1394. | ^~~~~~~~~~~~~~~~~~~~ #12 1394. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1394. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1394. | ^~~~~~~~~~~~~~~~~~~~ #12 1394. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1394. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1394. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1394. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1394. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 88 | #if GS_API_VERSION(0,011500) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1394. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1394. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1394. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1394. | ^~~~~~~~~~ #12 1394. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1394. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1394. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1394. | ^~~~~~~~~~ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1394. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1394. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1394. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1394. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1394. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1394. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1394. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1394. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1394. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 45 | #if GS_EXPOSE(NSArchiver) #12 1394. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1394. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1394. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1394. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1394. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1394. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 114 | #if GS_EXPOSE(NSBundle) #12 1394. | ^~~~~~~~~~~~~~~~~~~~~ #12 1394. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 43 | #if GS_EXPOSE(NSCache) #12 1394. | ^~~~~~~~~~~~~~~~~~~~ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1394. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1394. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 113 | #if GS_EXPOSE(NSException) #12 1394. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1394. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1394. 303 | NSGetUncaughtExceptionHandler(); #12 1394. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 53 | #if GS_EXPOSE(NSExpression) #12 1394. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1394. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1394. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 47 | #if GS_EXPOSE(NSTimer) #12 1394. | ^~~~~~~~~~~~~~~~~~~~ #12 1394. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1394. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1394. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 46 | #if GS_EXPOSE(NSRunLoop) #12 1394. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1394. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1394. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1394. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1394. | ^ #12 1394. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1394. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1394. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1394. | ^ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1394. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1394. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1394. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1394. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1394. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1394. from nsgui.h:34, #12 1394. from dispextern.h:137, #12 1394. from nsterm.h:22, #12 1394. from nsterm.m:48: #12 1394. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1394. 40 | #if GS_EXPOSE(NSDistantObject) #12 1394. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1395. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 74 | #if GS_EXPOSE(NSLock) #12 1395. | ^~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 125 | #if GS_EXPOSE(NSCondition) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 175 | #if GS_EXPOSE(NSConditionLock) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1395. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1395. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1395. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 134 | #if GS_EXPOSE(NSError) #12 1395. | ^~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1395. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1395. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 182 | #if GS_EXPOSE(NSURLHandle) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1395. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 73 | #if GS_EXPOSE(NSURL) #12 1395. | ^~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1395. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1395. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1395. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 633 | #if GS_EXPOSE(NSURLComponents) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 160 | #if GS_EXPOSE(NSPipe) #12 1395. | ^~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1395. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1395. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 215 | #if GS_EXPOSE(NSFileManager) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 42 | #if GS_EXPOSE(NSHost) #12 1395. | ^~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 47 | #if GS_EXPOSE(NSIndexPath) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 49 | #if GS_EXPOSE(NSIndexSet) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1395. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 38 | #if GS_EXPOSE(NSInvocation) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1395. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1395. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1395. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 103 | #if GS_EXPOSE(NSLocale) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1395. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 361 | #if GS_EXPOSE(NSNetService) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 53 | #if GS_EXPOSE(NSPortCoder) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1395. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 77 | #if GS_EXPOSE(NSPort) #12 1395. | ^~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 202 | #if GS_EXPOSE(NSSocketPort) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 284 | #if GS_EXPOSE(NSMessagePort) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 47 | #if GS_EXPOSE(NSPortMessage) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 53 | #if GS_EXPOSE(NSProgress) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 42 | #if GS_EXPOSE(NSScanner) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 58 | #if GS_EXPOSE(NSSpellServer) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1395. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 51 | #if GS_EXPOSE(NSTask) #12 1395. | ^~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1395. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 59 | #if GS_EXPOSE(NSThread) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1395. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 87 | #if GS_EXPOSE(NSUndoManager) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 105 | #if GS_EXPOSE(NSURLCache) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 48 | #if GS_EXPOSE(NSURLConnection) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 56 | #if GS_EXPOSE(NSURLCredential) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 49 | #if GS_EXPOSE(NSURLDownload) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 92 | #if GS_EXPOSE(NSURLRequest) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 49 | #if GS_EXPOSE(NSURLResponse) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1395. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1395. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 72 | #if GS_EXPOSE(NSXMLParser) #12 1395. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1395. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1395. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1395. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1395. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1395. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1395. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1395. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1395. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1395. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1395. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1395. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1395. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1395. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1395. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1395. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1395. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1395. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1395. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1395. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1395. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1395. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1395. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1395. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1395. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1395. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1395. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #12 1395. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1395. | ^ #12 1395. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1395. from nsgui.h:34, #12 1395. from dispextern.h:137, #12 1395. from nsterm.h:22, #12 1395. from nsterm.m:48: #12 1395. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1395. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1395. | ^ #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #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 nsterm.h:22, #12 1396. from nsterm.m:48: #12 1396. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.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:178, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsterm.h:22, #12 1396. from nsterm.m:48: #12 1396. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.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:179, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsterm.h:22, #12 1396. from nsterm.m:48: #12 1396. /usr/include/GNUstep/AppKit/NSNib.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/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsterm.h:22, #12 1396. from nsterm.m:48: #12 1396. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSOpenGL.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_6, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsterm.h:22, #12 1396. from nsterm.m:48: #12 1396. /usr/include/GNUstep/AppKit/NSOpenGLView.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. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1396. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsterm.h:22, #12 1396. from nsterm.m:48: #12 1396. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTableView.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_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTableView.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/NSTableView.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_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTableView.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_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTableView.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_6, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTableView.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_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 454 | #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/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSTableView.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_4, GS_API_LATEST) #12 1396. | ^ #12 1396. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1396. from nsgui.h:34, #12 1396. from dispextern.h:137, #12 1396. from nsterm.h:22, #12 1396. from nsterm.m:48: #12 1396. /usr/include/GNUstep/AppKit/NSOutlineView.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_5, GS_API_LATEST) #12 1396. | ^ #12 1396. /usr/include/GNUstep/AppKit/NSOutlineView.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/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1396. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1396. | ^ #12 1397. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1397. | ^ #12 1397. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1397. | ^ #12 1397. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1397. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1397. | ^ #12 1397. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1397. | ^ #12 1397. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1397. | ^ #12 1397. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1397. | ^ #12 1397. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1397. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1397. | ^ #12 1397. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1397. | ^ #12 1397. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1397. | ^ #12 1397. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1397. | ^ #12 1397. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1397. | ^ #12 1397. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1397. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1397. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1397. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1397. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1397. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1397. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1397. | ^ #12 1397. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1397. | ^ #12 1397. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1397. | ^ #12 1397. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1397. | ^ #12 1397. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1397. | ^ #12 1397. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1397. | ^ #12 1397. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1397. | ^ #12 1397. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1397. | ^ #12 1397. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1397. | ^ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1397. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1397. | ^ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 125 | __attribute__((unused)); #12 1397. | ^~~~~~~~~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 129 | __attribute__((unused)); #12 1397. | ^~~~~~~~~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 133 | __attribute__((unused)); #12 1397. | ^~~~~~~~~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 214 | __attribute__((unused)); #12 1397. | ^~~~~~~~~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 247 | __attribute__((unused)); #12 1397. | ^~~~~~~~~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 251 | __attribute__((unused)); #12 1397. | ^~~~~~~~~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 259 | __attribute__((unused)); #12 1397. | ^~~~~~~~~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 263 | __attribute__((unused)); #12 1397. | ^~~~~~~~~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 267 | __attribute__((unused)); #12 1397. | ^~~~~~~~~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 271 | __attribute__((unused)); #12 1397. | ^~~~~~~~~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 275 | __attribute__((unused)); #12 1397. | ^~~~~~~~~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 287 | __attribute__((unused)); #12 1397. | ^~~~~~~~~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 311 | __attribute__((unused)); #12 1397. | ^~~~~~~~~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 323 | __attribute__((unused)); #12 1397. | ^~~~~~~~~~~~~ #12 1397. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1397. from nsgui.h:34, #12 1397. from dispextern.h:137, #12 1397. from nsterm.h:22, #12 1397. from nsterm.m:48: #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 493 | PSgsave() #12 1397. | ^~~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 499 | PSgrestore() #12 1397. | ^~~~~~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 505 | PSinitgraphics() #12 1397. | ^~~~~~~~~~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 622 | PSinitmatrix() #12 1397. | ^~~~~~~~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 669 | PSclip() #12 1397. | ^~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 675 | PSclosepath() #12 1397. | ^~~~~~~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 687 | PSeoclip() #12 1397. | ^~~~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 693 | PSeofill() #12 1397. | ^~~~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 699 | PSfill() #12 1397. | ^~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 705 | PSflattenpath() #12 1397. | ^~~~~~~~~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 711 | PSinitclip() #12 1397. | ^~~~~~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 729 | PSnewpath() #12 1397. | ^~~~~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 765 | PSreversepath() #12 1397. | ^~~~~~~~~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 783 | PSstroke() #12 1397. | ^~~~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1397. 835 | PSWait() #12 1397. | ^~~~~~ #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1397. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1398. nsterm.m: In function 'ns_set_undecorated': #12 1398. nsterm.m:1791:7: warning: 'NSWindow' may not respond to '-setIsVisible:' #12 1398. 1791 | [newWindow setIsVisible:[oldWindow isVisible]]; #12 1398. | ^ #12 1398. nsterm.m:1791:7: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) #12 1398. nsterm.m: In function '-[EmacsView showFontPanel]': #12 1398. nsterm.m:6679:3: warning: 'NSFontPanel' may not respond to '-setIsVisible:' #12 1398. 6679 | [[fm fontPanel: YES] setIsVisible: NO]; #12 1398. | ^ #12 1427. CC nsfns.o #12 1427. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1427. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1429. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1429. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1429. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1429. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1429. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1429. | ^~~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1429. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1429. | ^~~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1429. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1429. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1429. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1429. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 88 | #if GS_API_VERSION(0,011500) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1429. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1429. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1429. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1429. | ^~~~~~~~~~ #12 1429. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1429. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1429. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1429. | ^~~~~~~~~~ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1429. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1429. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1429. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1429. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1429. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1429. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1429. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1429. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 45 | #if GS_EXPOSE(NSArchiver) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 114 | #if GS_EXPOSE(NSBundle) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 43 | #if GS_EXPOSE(NSCache) #12 1429. | ^~~~~~~~~~~~~~~~~~~~ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 113 | #if GS_EXPOSE(NSException) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1429. 303 | NSGetUncaughtExceptionHandler(); #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 53 | #if GS_EXPOSE(NSExpression) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 47 | #if GS_EXPOSE(NSTimer) #12 1429. | ^~~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1429. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1429. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 46 | #if GS_EXPOSE(NSRunLoop) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1429. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 40 | #if GS_EXPOSE(NSDistantObject) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 74 | #if GS_EXPOSE(NSLock) #12 1429. | ^~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 125 | #if GS_EXPOSE(NSCondition) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 175 | #if GS_EXPOSE(NSConditionLock) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1429. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 134 | #if GS_EXPOSE(NSError) #12 1429. | ^~~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1429. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 182 | #if GS_EXPOSE(NSURLHandle) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 73 | #if GS_EXPOSE(NSURL) #12 1429. | ^~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1429. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 633 | #if GS_EXPOSE(NSURLComponents) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 160 | #if GS_EXPOSE(NSPipe) #12 1429. | ^~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 215 | #if GS_EXPOSE(NSFileManager) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 42 | #if GS_EXPOSE(NSHost) #12 1429. | ^~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 47 | #if GS_EXPOSE(NSIndexPath) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 49 | #if GS_EXPOSE(NSIndexSet) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 38 | #if GS_EXPOSE(NSInvocation) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1429. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1429. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1429. | ^ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1429. from nsgui.h:34, #12 1429. from dispextern.h:137, #12 1429. from nsterm.h:22, #12 1429. from nsfns.m:38: #12 1429. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1429. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1429. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 103 | #if GS_EXPOSE(NSLocale) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1430. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 361 | #if GS_EXPOSE(NSNetService) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 53 | #if GS_EXPOSE(NSPortCoder) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1430. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 77 | #if GS_EXPOSE(NSPort) #12 1430. | ^~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 202 | #if GS_EXPOSE(NSSocketPort) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 284 | #if GS_EXPOSE(NSMessagePort) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 47 | #if GS_EXPOSE(NSPortMessage) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 53 | #if GS_EXPOSE(NSProgress) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 42 | #if GS_EXPOSE(NSScanner) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 58 | #if GS_EXPOSE(NSSpellServer) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1430. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 51 | #if GS_EXPOSE(NSTask) #12 1430. | ^~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1430. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 59 | #if GS_EXPOSE(NSThread) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1430. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 87 | #if GS_EXPOSE(NSUndoManager) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 105 | #if GS_EXPOSE(NSURLCache) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 48 | #if GS_EXPOSE(NSURLConnection) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 56 | #if GS_EXPOSE(NSURLCredential) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 49 | #if GS_EXPOSE(NSURLDownload) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 92 | #if GS_EXPOSE(NSURLRequest) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 49 | #if GS_EXPOSE(NSURLResponse) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1430. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1430. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 72 | #if GS_EXPOSE(NSXMLParser) #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1430. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1430. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1430. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1430. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1430. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1430. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1430. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1430. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1430. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1430. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1430. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1430. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1430. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1430. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1430. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1430. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1430. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1430. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1430. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1430. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1430. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1430. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1430. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1430. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1430. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1430. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1430. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1430. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1430. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1430. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1430. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1430. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1430. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1430. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1430. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1430. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1430. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1430. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1430. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1430. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1430. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1430. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1430. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1430. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1430. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1430. | ^ #12 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1430. from nsgui.h:34, #12 1430. from dispextern.h:137, #12 1430. from nsterm.h:22, #12 1430. from nsfns.m:38: #12 1430. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1430. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1430. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1430. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1431. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1431. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1431. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1431. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1431. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1431. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1431. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1431. | ^~~~~~~~~~~~~~~~~~~~ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1431. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1431. | ^~~~~~~~~~~~~~~~~~~~ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1431. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1431. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1431. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1431. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1431. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1431. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1431. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1431. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1431. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1431. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1431. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1431. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1431. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1431. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1431. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1431. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1431. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1431. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1431. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1431. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1431. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1431. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1431. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1431. | ^ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1431. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1431. | ^ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 125 | __attribute__((unused)); #12 1431. | ^~~~~~~~~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 129 | __attribute__((unused)); #12 1431. | ^~~~~~~~~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 133 | __attribute__((unused)); #12 1431. | ^~~~~~~~~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 214 | __attribute__((unused)); #12 1431. | ^~~~~~~~~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 247 | __attribute__((unused)); #12 1431. | ^~~~~~~~~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 251 | __attribute__((unused)); #12 1431. | ^~~~~~~~~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 259 | __attribute__((unused)); #12 1431. | ^~~~~~~~~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 263 | __attribute__((unused)); #12 1431. | ^~~~~~~~~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 267 | __attribute__((unused)); #12 1431. | ^~~~~~~~~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 271 | __attribute__((unused)); #12 1431. | ^~~~~~~~~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 275 | __attribute__((unused)); #12 1431. | ^~~~~~~~~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 287 | __attribute__((unused)); #12 1431. | ^~~~~~~~~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 311 | __attribute__((unused)); #12 1431. | ^~~~~~~~~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 323 | __attribute__((unused)); #12 1431. | ^~~~~~~~~~~~~ #12 1431. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1431. from nsgui.h:34, #12 1431. from dispextern.h:137, #12 1431. from nsterm.h:22, #12 1431. from nsfns.m:38: #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 493 | PSgsave() #12 1431. | ^~~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 499 | PSgrestore() #12 1431. | ^~~~~~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 505 | PSinitgraphics() #12 1431. | ^~~~~~~~~~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 622 | PSinitmatrix() #12 1431. | ^~~~~~~~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 669 | PSclip() #12 1431. | ^~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 675 | PSclosepath() #12 1431. | ^~~~~~~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 687 | PSeoclip() #12 1431. | ^~~~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 693 | PSeofill() #12 1431. | ^~~~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 699 | PSfill() #12 1431. | ^~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 705 | PSflattenpath() #12 1431. | ^~~~~~~~~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 711 | PSinitclip() #12 1431. | ^~~~~~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 729 | PSnewpath() #12 1431. | ^~~~~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 765 | PSreversepath() #12 1431. | ^~~~~~~~~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 783 | PSstroke() #12 1431. | ^~~~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1431. 835 | PSWait() #12 1431. | ^~~~~~ #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1431. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1431. nsfns.m: At top level: #12 1431. nsfns.m:689:1: warning: no previous prototype for 'ns_make_frame_key_window' [-Wmissing-prototypes] #12 1431. 689 | ns_make_frame_key_window (struct frame *f) #12 1431. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1446. CC nsmenu.o #12 1446. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1446. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1447. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1447. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1447. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1447. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1447. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1447. | ^~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1447. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1447. | ^~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1447. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1447. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1447. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1447. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 88 | #if GS_API_VERSION(0,011500) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1447. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1447. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1447. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1447. | ^~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1447. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1447. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1447. | ^~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1447. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1447. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1447. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1447. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1447. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1447. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1447. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1447. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 45 | #if GS_EXPOSE(NSArchiver) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 114 | #if GS_EXPOSE(NSBundle) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 43 | #if GS_EXPOSE(NSCache) #12 1447. | ^~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 113 | #if GS_EXPOSE(NSException) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1447. 303 | NSGetUncaughtExceptionHandler(); #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 53 | #if GS_EXPOSE(NSExpression) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 47 | #if GS_EXPOSE(NSTimer) #12 1447. | ^~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1447. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1447. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 46 | #if GS_EXPOSE(NSRunLoop) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1447. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 40 | #if GS_EXPOSE(NSDistantObject) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 74 | #if GS_EXPOSE(NSLock) #12 1447. | ^~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 125 | #if GS_EXPOSE(NSCondition) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 175 | #if GS_EXPOSE(NSConditionLock) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1447. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 134 | #if GS_EXPOSE(NSError) #12 1447. | ^~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1447. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 182 | #if GS_EXPOSE(NSURLHandle) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 73 | #if GS_EXPOSE(NSURL) #12 1447. | ^~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1447. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 633 | #if GS_EXPOSE(NSURLComponents) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 160 | #if GS_EXPOSE(NSPipe) #12 1447. | ^~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 215 | #if GS_EXPOSE(NSFileManager) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 42 | #if GS_EXPOSE(NSHost) #12 1447. | ^~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 47 | #if GS_EXPOSE(NSIndexPath) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 49 | #if GS_EXPOSE(NSIndexSet) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 38 | #if GS_EXPOSE(NSInvocation) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 103 | #if GS_EXPOSE(NSLocale) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 361 | #if GS_EXPOSE(NSNetService) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 53 | #if GS_EXPOSE(NSPortCoder) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 77 | #if GS_EXPOSE(NSPort) #12 1447. | ^~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 202 | #if GS_EXPOSE(NSSocketPort) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 284 | #if GS_EXPOSE(NSMessagePort) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 47 | #if GS_EXPOSE(NSPortMessage) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 53 | #if GS_EXPOSE(NSProgress) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 42 | #if GS_EXPOSE(NSScanner) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 58 | #if GS_EXPOSE(NSSpellServer) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 51 | #if GS_EXPOSE(NSTask) #12 1447. | ^~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 59 | #if GS_EXPOSE(NSThread) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 87 | #if GS_EXPOSE(NSUndoManager) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 105 | #if GS_EXPOSE(NSURLCache) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 48 | #if GS_EXPOSE(NSURLConnection) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 56 | #if GS_EXPOSE(NSURLCredential) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 49 | #if GS_EXPOSE(NSURLDownload) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 92 | #if GS_EXPOSE(NSURLRequest) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 49 | #if GS_EXPOSE(NSURLResponse) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1447. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1447. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 72 | #if GS_EXPOSE(NSXMLParser) #12 1447. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1447. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1447. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1447. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1447. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1447. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1447. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1447. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1447. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1447. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1447. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1447. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1447. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1447. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1447. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1447. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1447. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1447. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1447. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1447. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1447. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1447. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1447. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1447. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1447. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1447. | ^ #12 1447. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1447. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1447. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1447. from nsgui.h:34, #12 1447. from dispextern.h:137, #12 1447. from window.h:23, #12 1447. from nsmenu.m:29: #12 1447. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1447. | ^ #12 1447. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1447. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1447. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1448. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1448. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1448. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1448. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1448. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1448. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1448. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1448. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1448. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1448. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1448. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1448. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1448. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1448. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1448. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1448. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1448. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1448. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1448. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1448. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1448. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1448. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1448. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1448. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1448. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1448. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1448. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1448. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1448. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1448. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1448. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1448. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1448. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1448. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1448. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1448. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1448. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1448. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1448. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1448. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1448. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1448. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1448. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1448. | ^~~~~~~~~~~~~~~~~~~~ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1448. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1448. | ^~~~~~~~~~~~~~~~~~~~ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1448. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1448. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1448. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1448. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1448. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1448. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1448. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1448. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1448. | ^ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1448. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1448. | ^ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 125 | __attribute__((unused)); #12 1448. | ^~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 129 | __attribute__((unused)); #12 1448. | ^~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 133 | __attribute__((unused)); #12 1448. | ^~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 214 | __attribute__((unused)); #12 1448. | ^~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 247 | __attribute__((unused)); #12 1448. | ^~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 251 | __attribute__((unused)); #12 1448. | ^~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 259 | __attribute__((unused)); #12 1448. | ^~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 263 | __attribute__((unused)); #12 1448. | ^~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 267 | __attribute__((unused)); #12 1448. | ^~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 271 | __attribute__((unused)); #12 1448. | ^~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 275 | __attribute__((unused)); #12 1448. | ^~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 287 | __attribute__((unused)); #12 1448. | ^~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 311 | __attribute__((unused)); #12 1448. | ^~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 323 | __attribute__((unused)); #12 1448. | ^~~~~~~~~~~~~ #12 1448. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1448. from nsgui.h:34, #12 1448. from dispextern.h:137, #12 1448. from window.h:23, #12 1448. from nsmenu.m:29: #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 493 | PSgsave() #12 1448. | ^~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 499 | PSgrestore() #12 1448. | ^~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 505 | PSinitgraphics() #12 1448. | ^~~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 622 | PSinitmatrix() #12 1448. | ^~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 669 | PSclip() #12 1448. | ^~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 675 | PSclosepath() #12 1448. | ^~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 687 | PSeoclip() #12 1448. | ^~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 693 | PSeofill() #12 1448. | ^~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 699 | PSfill() #12 1448. | ^~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 705 | PSflattenpath() #12 1448. | ^~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 711 | PSinitclip() #12 1448. | ^~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 729 | PSnewpath() #12 1448. | ^~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 765 | PSreversepath() #12 1448. | ^~~~~~~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 783 | PSstroke() #12 1448. | ^~~~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1448. 835 | PSWait() #12 1448. | ^~~~~~ #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1448. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1459. CC nsselect.o #12 1459. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1459. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1460. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1460. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1460. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1460. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1460. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1460. | ^~~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1460. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1460. | ^~~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1460. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1460. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1460. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1460. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 88 | #if GS_API_VERSION(0,011500) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1460. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1460. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1460. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1460. | ^~~~~~~~~~ #12 1460. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1460. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1460. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1460. | ^~~~~~~~~~ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1460. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1460. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1460. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1460. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1460. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1460. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1460. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1460. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 45 | #if GS_EXPOSE(NSArchiver) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 114 | #if GS_EXPOSE(NSBundle) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 43 | #if GS_EXPOSE(NSCache) #12 1460. | ^~~~~~~~~~~~~~~~~~~~ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 113 | #if GS_EXPOSE(NSException) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1460. 303 | NSGetUncaughtExceptionHandler(); #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 53 | #if GS_EXPOSE(NSExpression) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 47 | #if GS_EXPOSE(NSTimer) #12 1460. | ^~~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1460. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1460. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 46 | #if GS_EXPOSE(NSRunLoop) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1460. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 40 | #if GS_EXPOSE(NSDistantObject) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 74 | #if GS_EXPOSE(NSLock) #12 1460. | ^~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 125 | #if GS_EXPOSE(NSCondition) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 175 | #if GS_EXPOSE(NSConditionLock) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1460. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 134 | #if GS_EXPOSE(NSError) #12 1460. | ^~~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1460. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 182 | #if GS_EXPOSE(NSURLHandle) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 73 | #if GS_EXPOSE(NSURL) #12 1460. | ^~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1460. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 633 | #if GS_EXPOSE(NSURLComponents) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 160 | #if GS_EXPOSE(NSPipe) #12 1460. | ^~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 215 | #if GS_EXPOSE(NSFileManager) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 42 | #if GS_EXPOSE(NSHost) #12 1460. | ^~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 47 | #if GS_EXPOSE(NSIndexPath) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 49 | #if GS_EXPOSE(NSIndexSet) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 38 | #if GS_EXPOSE(NSInvocation) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 103 | #if GS_EXPOSE(NSLocale) #12 1460. | ^~~~~~~~~~~~~~~~~~~~~ #12 1460. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1460. | ^ #12 1460. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1460. | ^ #12 1460. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1460. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1460. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1460. from nsgui.h:34, #12 1460. from dispextern.h:137, #12 1460. from nsterm.h:22, #12 1460. from nsselect.m:31: #12 1460. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1460. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1460. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 361 | #if GS_EXPOSE(NSNetService) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 53 | #if GS_EXPOSE(NSPortCoder) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1461. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 77 | #if GS_EXPOSE(NSPort) #12 1461. | ^~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 202 | #if GS_EXPOSE(NSSocketPort) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 284 | #if GS_EXPOSE(NSMessagePort) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 47 | #if GS_EXPOSE(NSPortMessage) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 53 | #if GS_EXPOSE(NSProgress) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 42 | #if GS_EXPOSE(NSScanner) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 58 | #if GS_EXPOSE(NSSpellServer) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1461. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 51 | #if GS_EXPOSE(NSTask) #12 1461. | ^~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1461. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 59 | #if GS_EXPOSE(NSThread) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1461. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 87 | #if GS_EXPOSE(NSUndoManager) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 105 | #if GS_EXPOSE(NSURLCache) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 48 | #if GS_EXPOSE(NSURLConnection) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 56 | #if GS_EXPOSE(NSURLCredential) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 49 | #if GS_EXPOSE(NSURLDownload) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 92 | #if GS_EXPOSE(NSURLRequest) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 49 | #if GS_EXPOSE(NSURLResponse) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1461. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1461. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 72 | #if GS_EXPOSE(NSXMLParser) #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1461. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1461. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1461. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1461. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1461. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1461. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1461. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1461. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1461. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1461. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1461. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1461. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1461. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1461. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1461. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1461. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1461. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1461. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1461. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1461. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1461. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1461. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1461. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1461. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1461. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1461. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1461. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1461. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1461. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1461. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1461. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1461. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1461. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1461. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1461. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1461. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1461. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1461. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1461. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1461. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1461. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1461. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1461. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1461. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1461. | ^ #12 1461. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1461. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1461. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1461. from nsgui.h:34, #12 1461. from dispextern.h:137, #12 1461. from nsterm.h:22, #12 1461. from nsselect.m:31: #12 1461. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1461. | ^ #12 1461. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1461. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1461. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1462. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1462. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1462. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1462. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1462. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1462. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1462. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1462. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1462. | ^~~~~~~~~~~~~~~~~~~~ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1462. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1462. | ^~~~~~~~~~~~~~~~~~~~ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1462. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1462. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1462. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1462. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1462. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1462. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1462. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1462. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1462. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1462. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1462. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1462. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1462. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1462. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1462. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1462. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1462. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1462. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1462. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1462. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1462. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1462. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1462. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1462. | ^ #12 1462. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1462. from nsgui.h:34, #12 1462. from dispextern.h:137, #12 1462. from nsterm.h:22, #12 1462. from nsselect.m:31: #12 1462. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1462. | ^ #12 1462. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1462. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1462. | ^ #12 1463. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1463. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1463. | ^ #12 1463. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1463. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1463. | ^ #12 1463. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1463. from nsgui.h:34, #12 1463. from dispextern.h:137, #12 1463. from nsterm.h:22, #12 1463. from nsselect.m:31: #12 1463. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1463. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1463. | ^ #12 1463. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1463. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1463. | ^ #12 1463. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1463. from nsgui.h:34, #12 1463. from dispextern.h:137, #12 1463. from nsterm.h:22, #12 1463. from nsselect.m:31: #12 1463. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1463. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1463. | ^ #12 1463. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1463. from nsgui.h:34, #12 1463. from dispextern.h:137, #12 1463. from nsterm.h:22, #12 1463. from nsselect.m:31: #12 1463. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1463. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1463. | ^ #12 1463. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1463. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1463. | ^ #12 1463. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1463. from nsgui.h:34, #12 1463. from dispextern.h:137, #12 1463. from nsterm.h:22, #12 1463. from nsselect.m:31: #12 1463. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1463. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1463. | ^ #12 1463. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1463. from nsgui.h:34, #12 1463. from dispextern.h:137, #12 1463. from nsterm.h:22, #12 1463. from nsselect.m:31: #12 1463. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1463. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1463. | ^ #12 1463. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1463. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1463. | ^ #12 1463. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1463. from nsgui.h:34, #12 1463. from dispextern.h:137, #12 1463. from nsterm.h:22, #12 1463. from nsselect.m:31: #12 1463. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1463. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1463. | ^ #12 1463. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1463. from nsgui.h:34, #12 1463. from dispextern.h:137, #12 1463. from nsterm.h:22, #12 1463. from nsselect.m:31: #12 1463. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1463. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1463. | ^ #12 1463. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1463. from nsgui.h:34, #12 1463. from dispextern.h:137, #12 1463. from nsterm.h:22, #12 1463. from nsselect.m:31: #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1463. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1463. | ^ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 125 | __attribute__((unused)); #12 1463. | ^~~~~~~~~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 129 | __attribute__((unused)); #12 1463. | ^~~~~~~~~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 133 | __attribute__((unused)); #12 1463. | ^~~~~~~~~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 214 | __attribute__((unused)); #12 1463. | ^~~~~~~~~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 247 | __attribute__((unused)); #12 1463. | ^~~~~~~~~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 251 | __attribute__((unused)); #12 1463. | ^~~~~~~~~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 259 | __attribute__((unused)); #12 1463. | ^~~~~~~~~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 263 | __attribute__((unused)); #12 1463. | ^~~~~~~~~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 267 | __attribute__((unused)); #12 1463. | ^~~~~~~~~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 271 | __attribute__((unused)); #12 1463. | ^~~~~~~~~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 275 | __attribute__((unused)); #12 1463. | ^~~~~~~~~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 287 | __attribute__((unused)); #12 1463. | ^~~~~~~~~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 311 | __attribute__((unused)); #12 1463. | ^~~~~~~~~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 323 | __attribute__((unused)); #12 1463. | ^~~~~~~~~~~~~ #12 1463. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1463. from nsgui.h:34, #12 1463. from dispextern.h:137, #12 1463. from nsterm.h:22, #12 1463. from nsselect.m:31: #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 493 | PSgsave() #12 1463. | ^~~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 499 | PSgrestore() #12 1463. | ^~~~~~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 505 | PSinitgraphics() #12 1463. | ^~~~~~~~~~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 622 | PSinitmatrix() #12 1463. | ^~~~~~~~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 669 | PSclip() #12 1463. | ^~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 675 | PSclosepath() #12 1463. | ^~~~~~~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 687 | PSeoclip() #12 1463. | ^~~~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 693 | PSeofill() #12 1463. | ^~~~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 699 | PSfill() #12 1463. | ^~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 705 | PSflattenpath() #12 1463. | ^~~~~~~~~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 711 | PSinitclip() #12 1463. | ^~~~~~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 729 | PSnewpath() #12 1463. | ^~~~~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 765 | PSreversepath() #12 1463. | ^~~~~~~~~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 783 | PSstroke() #12 1463. | ^~~~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1463. 835 | PSWait() #12 1463. | ^~~~~~ #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1463. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1468. CC nsimage.o #12 1468. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1468. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1469. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1469. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1469. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1469. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1469. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1469. | ^~~~~~~~~~~~~~~~~~~~ #12 1469. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1469. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1469. | ^~~~~~~~~~~~~~~~~~~~ #12 1469. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1469. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1469. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1469. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1469. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 88 | #if GS_API_VERSION(0,011500) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1469. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1469. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1469. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1469. | ^~~~~~~~~~ #12 1469. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1469. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1469. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1469. | ^~~~~~~~~~ #12 1469. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1469. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1469. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1469. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1469. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1469. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1469. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1469. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1469. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1469. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1469. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 45 | #if GS_EXPOSE(NSArchiver) #12 1469. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1469. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1469. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1469. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1469. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1469. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 114 | #if GS_EXPOSE(NSBundle) #12 1469. | ^~~~~~~~~~~~~~~~~~~~~ #12 1469. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 43 | #if GS_EXPOSE(NSCache) #12 1469. | ^~~~~~~~~~~~~~~~~~~~ #12 1469. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1469. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1469. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 113 | #if GS_EXPOSE(NSException) #12 1469. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1469. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1469. 303 | NSGetUncaughtExceptionHandler(); #12 1469. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1469. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 53 | #if GS_EXPOSE(NSExpression) #12 1469. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1469. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1469. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1469. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1469. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1469. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 47 | #if GS_EXPOSE(NSTimer) #12 1469. | ^~~~~~~~~~~~~~~~~~~~ #12 1469. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1469. | ^ #12 1469. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1469. | ^ #12 1469. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1469. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1469. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1469. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1469. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1469. from nsgui.h:34, #12 1469. from dispextern.h:137, #12 1469. from nsimage.m:33: #12 1469. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1469. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1469. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1470. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 46 | #if GS_EXPOSE(NSRunLoop) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1470. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1470. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1470. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1470. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1470. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1470. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1470. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 40 | #if GS_EXPOSE(NSDistantObject) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1470. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 74 | #if GS_EXPOSE(NSLock) #12 1470. | ^~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 125 | #if GS_EXPOSE(NSCondition) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 175 | #if GS_EXPOSE(NSConditionLock) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1470. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1470. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1470. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 134 | #if GS_EXPOSE(NSError) #12 1470. | ^~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1470. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1470. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 182 | #if GS_EXPOSE(NSURLHandle) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1470. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 73 | #if GS_EXPOSE(NSURL) #12 1470. | ^~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1470. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1470. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1470. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 633 | #if GS_EXPOSE(NSURLComponents) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 160 | #if GS_EXPOSE(NSPipe) #12 1470. | ^~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1470. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1470. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 215 | #if GS_EXPOSE(NSFileManager) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 42 | #if GS_EXPOSE(NSHost) #12 1470. | ^~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 47 | #if GS_EXPOSE(NSIndexPath) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 49 | #if GS_EXPOSE(NSIndexSet) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1470. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 38 | #if GS_EXPOSE(NSInvocation) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1470. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1470. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 1470. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 103 | #if GS_EXPOSE(NSLocale) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1470. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 361 | #if GS_EXPOSE(NSNetService) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 53 | #if GS_EXPOSE(NSPortCoder) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1470. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 77 | #if GS_EXPOSE(NSPort) #12 1470. | ^~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 202 | #if GS_EXPOSE(NSSocketPort) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 284 | #if GS_EXPOSE(NSMessagePort) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 47 | #if GS_EXPOSE(NSPortMessage) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 53 | #if GS_EXPOSE(NSProgress) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 42 | #if GS_EXPOSE(NSScanner) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 58 | #if GS_EXPOSE(NSSpellServer) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1470. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 51 | #if GS_EXPOSE(NSTask) #12 1470. | ^~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1470. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 59 | #if GS_EXPOSE(NSThread) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1470. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 87 | #if GS_EXPOSE(NSUndoManager) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 105 | #if GS_EXPOSE(NSURLCache) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 48 | #if GS_EXPOSE(NSURLConnection) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 56 | #if GS_EXPOSE(NSURLCredential) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 49 | #if GS_EXPOSE(NSURLDownload) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 92 | #if GS_EXPOSE(NSURLRequest) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 49 | #if GS_EXPOSE(NSURLResponse) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1470. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1470. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 72 | #if GS_EXPOSE(NSXMLParser) #12 1470. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1470. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1470. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1470. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1470. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1470. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1470. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1470. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1470. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1470. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1470. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1470. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1470. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1470. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1470. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1470. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1470. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1470. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1470. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1470. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1470. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1470. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1470. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1470. | ^ #12 1470. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1470. | ^ #12 1470. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1470. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1470. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1470. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1470. from nsgui.h:34, #12 1470. from dispextern.h:137, #12 1470. from nsimage.m:33: #12 1470. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1470. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1470. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1471. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1471. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1471. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1471. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1471. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1471. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1471. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1471. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1471. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1471. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1471. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1471. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1471. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1471. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1471. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1471. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1471. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1471. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1471. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1471. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1471. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1471. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1471. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1471. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1471. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1471. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1471. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1471. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1471. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1471. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1471. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1471. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1471. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1471. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1471. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1471. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1471. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1471. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1471. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1471. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1471. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1471. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1471. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1471. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1471. | ^~~~~~~~~~~~~~~~~~~~ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1471. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1471. | ^~~~~~~~~~~~~~~~~~~~ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1471. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1471. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1471. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1471. from nsgui.h:34, #12 1471. from dispextern.h:137, #12 1471. from nsimage.m:33: #12 1471. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1471. | ^ #12 1471. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1471. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1471. | ^ #12 1472. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1472. | ^ #12 1472. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1472. | ^ #12 1472. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1472. | ^ #12 1472. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1472. | ^ #12 1472. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1472. | ^ #12 1472. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1472. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1472. | ^ #12 1472. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1472. | ^ #12 1472. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1472. | ^ #12 1472. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1472. | ^ #12 1472. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1472. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1472. | ^ #12 1472. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1472. | ^ #12 1472. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1472. | ^ #12 1472. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1472. | ^ #12 1472. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1472. | ^ #12 1472. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1472. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1472. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1472. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1472. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1472. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1472. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1472. | ^ #12 1472. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1472. | ^ #12 1472. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1472. | ^ #12 1472. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1472. | ^ #12 1472. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1472. | ^ #12 1472. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1472. | ^ #12 1472. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1472. | ^ #12 1472. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1472. | ^ #12 1472. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1472. | ^ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1472. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1472. | ^ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 125 | __attribute__((unused)); #12 1472. | ^~~~~~~~~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 129 | __attribute__((unused)); #12 1472. | ^~~~~~~~~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 133 | __attribute__((unused)); #12 1472. | ^~~~~~~~~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 214 | __attribute__((unused)); #12 1472. | ^~~~~~~~~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 247 | __attribute__((unused)); #12 1472. | ^~~~~~~~~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 251 | __attribute__((unused)); #12 1472. | ^~~~~~~~~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 259 | __attribute__((unused)); #12 1472. | ^~~~~~~~~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 263 | __attribute__((unused)); #12 1472. | ^~~~~~~~~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 267 | __attribute__((unused)); #12 1472. | ^~~~~~~~~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 271 | __attribute__((unused)); #12 1472. | ^~~~~~~~~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 275 | __attribute__((unused)); #12 1472. | ^~~~~~~~~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 287 | __attribute__((unused)); #12 1472. | ^~~~~~~~~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 311 | __attribute__((unused)); #12 1472. | ^~~~~~~~~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 323 | __attribute__((unused)); #12 1472. | ^~~~~~~~~~~~~ #12 1472. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1472. from nsgui.h:34, #12 1472. from dispextern.h:137, #12 1472. from nsimage.m:33: #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 493 | PSgsave() #12 1472. | ^~~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 499 | PSgrestore() #12 1472. | ^~~~~~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 505 | PSinitgraphics() #12 1472. | ^~~~~~~~~~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 622 | PSinitmatrix() #12 1472. | ^~~~~~~~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 669 | PSclip() #12 1472. | ^~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 675 | PSclosepath() #12 1472. | ^~~~~~~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 687 | PSeoclip() #12 1472. | ^~~~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 693 | PSeofill() #12 1472. | ^~~~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 699 | PSfill() #12 1472. | ^~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 705 | PSflattenpath() #12 1472. | ^~~~~~~~~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 711 | PSinitclip() #12 1472. | ^~~~~~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 729 | PSnewpath() #12 1472. | ^~~~~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 765 | PSreversepath() #12 1472. | ^~~~~~~~~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 783 | PSstroke() #12 1472. | ^~~~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1472. 835 | PSWait() #12 1472. | ^~~~~~ #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1472. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1476. CC nsfont.o #12 1476. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 1476. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 1477. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 1477. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1477. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 1477. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 1477. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1477. | ^~~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 1477. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 1477. | ^~~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 1477. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 1477. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 1477. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1477. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 88 | #if GS_API_VERSION(0,011500) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 1477. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1477. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 1477. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1477. | ^~~~~~~~~~ #12 1477. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 1477. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 1477. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 1477. | ^~~~~~~~~~ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 1477. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1477. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1477. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 1477. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1477. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 1477. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 1477. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 46 | #if GS_EXPOSE(NSAffineTransform) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 1477. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 45 | #if GS_EXPOSE(NSArchiver) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 164 | #if GS_EXPOSE(NSUnarchiver) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 114 | #if GS_EXPOSE(NSBundle) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 43 | #if GS_EXPOSE(NSCache) #12 1477. | ^~~~~~~~~~~~~~~~~~~~ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 37 | #if GS_EXPOSE(NSCalendarDate) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 113 | #if GS_EXPOSE(NSException) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1477. 303 | NSGetUncaughtExceptionHandler(); #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 53 | #if GS_EXPOSE(NSExpression) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 47 | #if GS_EXPOSE(NSTimer) #12 1477. | ^~~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 1477. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 1477. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 46 | #if GS_EXPOSE(NSRunLoop) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 127 | #if GS_EXPOSE(NSDateFormatter) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 1477. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 40 | #if GS_EXPOSE(NSDistantObject) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 41 | #if GS_EXPOSE(NSDistributedLock) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 74 | #if GS_EXPOSE(NSLock) #12 1477. | ^~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 125 | #if GS_EXPOSE(NSCondition) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 175 | #if GS_EXPOSE(NSConditionLock) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 1477. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 134 | #if GS_EXPOSE(NSError) #12 1477. | ^~~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 1477. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 182 | #if GS_EXPOSE(NSURLHandle) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 73 | #if GS_EXPOSE(NSURL) #12 1477. | ^~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 1477. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 633 | #if GS_EXPOSE(NSURLComponents) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 160 | #if GS_EXPOSE(NSPipe) #12 1477. | ^~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 215 | #if GS_EXPOSE(NSFileManager) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 42 | #if GS_EXPOSE(NSHost) #12 1477. | ^~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 47 | #if GS_EXPOSE(NSIndexPath) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 49 | #if GS_EXPOSE(NSIndexSet) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 52 | #if GS_EXPOSE(NSMethodSignature) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 38 | #if GS_EXPOSE(NSInvocation) #12 1477. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1477. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 1477. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1477. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1477. | ^ #12 1477. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 1477. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1477. from nsgui.h:34, #12 1477. from dispextern.h:137, #12 1477. from nsfont.m:28: #12 1477. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be p #12 1477. [output clipped, log limit 2MiB reached] #12 1479. make[3]: Leaving directory '/checkout/src' #12 1479. make[2]: Leaving directory '/checkout' #12 1479. make[1]: Leaving directory '/checkout' #12 1479. make[1]: Entering directory '/checkout' #12 1480. make[1]: Leaving directory '/checkout' #12 1481. /GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 1481. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 40 | #if GS_EXPOSE(NSMetadataItem) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 361 | #if GS_EXPOSE(NSNetService) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 53 | #if GS_EXPOSE(NSPortCoder) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 1481. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 77 | #if GS_EXPOSE(NSPort) #12 1481. | ^~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 202 | #if GS_EXPOSE(NSSocketPort) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 284 | #if GS_EXPOSE(NSMessagePort) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 47 | #if GS_EXPOSE(NSPortMessage) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 53 | #if GS_EXPOSE(NSProgress) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 91 | #if GS_EXPOSE(NSRegularExpression) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 42 | #if GS_EXPOSE(NSScanner) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 58 | #if GS_EXPOSE(NSSpellServer) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 1481. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 51 | #if GS_EXPOSE(NSTask) #12 1481. | ^~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 1481. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 59 | #if GS_EXPOSE(NSThread) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 1481. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 87 | #if GS_EXPOSE(NSUndoManager) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 105 | #if GS_EXPOSE(NSURLCache) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 48 | #if GS_EXPOSE(NSURLConnection) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 56 | #if GS_EXPOSE(NSURLCredential) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 49 | #if GS_EXPOSE(NSURLDownload) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 121 | #if GS_EXPOSE(NSURLProtocol) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 92 | #if GS_EXPOSE(NSURLRequest) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 49 | #if GS_EXPOSE(NSURLResponse) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 217 | #if GS_EXPOSE(NSUserDefaults) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 1481. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 1481. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 72 | #if GS_EXPOSE(NSXMLParser) #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 1481. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1481. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1481. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 1481. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 1481. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 1481. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1481. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1481. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1481. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1481. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 1481. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1481. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1481. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1481. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 1481. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1481. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1481. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1481. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 1481. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1481. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1481. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 1481. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1481. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 1481. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 1481. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 1481. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 1481. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 1481. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 1481. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 1481. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 1481. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 1481. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 1481. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 1481. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 1481. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 1481. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 1481. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 1481. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 1481. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 1481. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 1481. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 1481. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 1481. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 1481. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 1481. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 1481. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 1481. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1481. | ^~~~~~~~~~~~~~~~~~~~ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 1481. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 1481. | ^~~~~~~~~~~~~~~~~~~~ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 1481. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 1481. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 1481. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 1481. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 1481. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 1481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 1481. | ^ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 1481. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 1481. | ^ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 125 | __attribute__((unused)); #12 1481. | ^~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 129 | __attribute__((unused)); #12 1481. | ^~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 133 | __attribute__((unused)); #12 1481. | ^~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 214 | __attribute__((unused)); #12 1481. | ^~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 247 | __attribute__((unused)); #12 1481. | ^~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 251 | __attribute__((unused)); #12 1481. | ^~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 259 | __attribute__((unused)); #12 1481. | ^~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 263 | __attribute__((unused)); #12 1481. | ^~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 267 | __attribute__((unused)); #12 1481. | ^~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 271 | __attribute__((unused)); #12 1481. | ^~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 275 | __attribute__((unused)); #12 1481. | ^~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 287 | __attribute__((unused)); #12 1481. | ^~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 311 | __attribute__((unused)); #12 1481. | ^~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 323 | __attribute__((unused)); #12 1481. | ^~~~~~~~~~~~~ #12 1481. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 1481. from nsgui.h:34, #12 1481. from dispextern.h:137, #12 1481. from nsfont.m:28: #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 493 | PSgsave() #12 1481. | ^~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 499 | PSgrestore() #12 1481. | ^~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 505 | PSinitgraphics() #12 1481. | ^~~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 622 | PSinitmatrix() #12 1481. | ^~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 669 | PSclip() #12 1481. | ^~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 675 | PSclosepath() #12 1481. | ^~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 687 | PSeoclip() #12 1481. | ^~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 693 | PSeofill() #12 1481. | ^~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 699 | PSfill() #12 1481. | ^~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 705 | PSflattenpath() #12 1481. | ^~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 711 | PSinitclip() #12 1481. | ^~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 729 | PSnewpath() #12 1481. | ^~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 765 | PSreversepath() #12 1481. | ^~~~~~~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 783 | PSstroke() #12 1481. | ^~~~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 1481. 835 | PSWait() #12 1481. | ^~~~~~ #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 1481. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 1481. nsfont.m: In function 'nsfont_open': #12 1481. nsfont.m:1038:36: error: too few arguments to function 'Ffont_xlfd_name' #12 1481. 1038 | font->props[FONT_NAME_INDEX] = Ffont_xlfd_name (font_object, Qnil); #12 1481. | ^~~~~~~~~~~~~~~ #12 1481. In file included from nsfont.m:27: #12 1481. ./globals.h:4723:8: note: declared here #12 1481. 4723 | EXFUN (Ffont_xlfd_name, 3); #12 1481. | ^~~~~~~~~~~~~~~ #12 1481. lisp.h:902:22: note: in definition of macro 'EXFUN' #12 1481. 902 | extern Lisp_Object fnname DEFUN_ARGS_ ## maxargs #12 1481. | ^~~~~~ #12 1481. make[3]: *** [Makefile:457: nsfont.o] Error 1 #12 1481. make[2]: *** [Makefile:554: src] Error 2 #12 1481. make[1]: *** [Makefile:1291: actual-bootstrap] Error 2 #12 1481. *** #12 1481. *** "make bootstrap" failed with exit status 2. #12 1481. *** #12 1481. *** You could try to: #12 1481. *** - run "make extraclean" and run "make" again (or, equivalently, run #12 1481. *** "make bootstrap configure=default"), to rebuild Emacs with the #12 1481. *** default configuration options, which might fix the problem #12 1481. *** - run "git clean -fdx" and run "make bootstrap" again, which might #12 1481. *** fix the problem if "make bootstrap configure=default" did not #12 1481. *** !BEWARE! "git clean -fdx" deletes all files that are not under #12 1481. *** !BEWARE! version control, which means that all changes to such #12 1481. *** !BEWARE! files will be lost and cannot be restored later #12 1481. *** - run "make V=1", which displays the full commands invoked by make, #12 1481. *** to further investigate the problem #12 1481. *** - report the problem and ask for help by sending an email to #12 1481. *** bug-gnu-emacs@gnu.org, mentioning at least the build error #12 1481. *** message, the platform, and the repository revision displayed by #12 1481. *** "git rev-parse HEAD" #12 1481. *** #12 1481. make[1]: *** [Makefile:418: advice-on-failure] Error 2 #12 1481. make: *** [Makefile:1274: bootstrap] Error 2 #12 ERROR: executor failed running [/bin/sh -c make bootstrap]: exit code: 2 ------ > [emacs-gnustep 6/6] RUN make bootstrap: ------ executor failed running [/bin/sh -c make bootstrap]: exit code: 2 section_end:1696379919:build_script section_start:1696379919:after_script Running after script... $ test -n "$(docker ps -aq -f name=${test_name})" && docker cp ${test_name}:checkout/test ${test_name} $ test -n "$(docker ps -aq -f name=${test_name})" && docker rm ${test_name} $ find ${test_name} ! \( -name "*.log" -o -name ${EMACS_TEST_JUNIT_REPORT} \) -type f -delete find: build-image-gnustep-fbfdd1e0: No such file or directory section_end:1696379925:after_script section_start:1696379925:upload_artifacts_on_failure section_end:1696379931:upload_artifacts_on_failure ERROR: Job failed: exit code 1